A responsive and feature-rich Weather App built using HTML, CSS, and JavaScript.
It fetches real-time weather data from the OpenWeatherMap API and displays current weather and a 5-day forecast with icons.
- Search weather by city name
- Display:
- 🌡️ Temperature (°C)
- 🌥️ Weather condition
- 💧 Humidity
- 🗺️ City & Country name
- Weather icons for better visualization
- 5-Day Forecast section
- Loading animation while fetching data
- Error handling for invalid city names
- Fully responsive design for all devices
- HTML5
- CSS3 (Flexbox & Media Queries)
- JavaScript (ES6)
- OpenWeatherMap API
Weather-App/
│── index.html
│── style.css
│── script.js
│── desktop-view.png
└── README.md
