A simple weather application that displays real-time weather information using a public weather API.
- Search weather by city
- Displays temperature and weather condition
- Dynamic weather icons
- Error handling for invalid cities
- HTML
- CSS
- JavaScript
- Weather API
WEATHER_APP/
βββ index.html # Main HTML file
βββ style.css # Styling for the application
βββ script.js # JavaScript logic
βββ README.md # Project documentation
β
βββ assets/ # Weather icons and images
β
βββ screenshots/ # Application UI screenshots
βββ home_page.png
βββ main_page.png
βββ error_page.png

