This project is a front-end weather forecast web application built using HTML, CSS, and JavaScript. It demonstrates how user input and JavaScript logic can be used to dynamically update the UI to display weather-related information.
- User input for city or location
- Weather details displayed dynamically
- Clean and responsive UI layout
- Real-time UI updates without page reload
- Separation of structure, styling, and behavior
- JavaScript fundamentals
- DOM manipulation
- Event handling
- Front-end application logic
- HTML & CSS structuring
- Building interactive web interfaces
├── index.html ├── styles.css ├── script.js └── README.md