A simple, responsive weather website built using HTML, CSS, and JavaScript, powered by the OpenWeather API. It allows users to check the current weather conditions of any city in real time.
The app handles errors gracefully by showing an appropriate message like "City not found" when a user enters an invalid city name.
- ✅ Real-time weather data using OpenWeather API
- ✅ Search for any city in the world
- ✅ Displays:
- Temperature
- Weather condition
- Humidity
- Wind speed
- Weather icon
- ✅ Responsive UI for both desktop and mobile
- ✅ Error handling:
- Displays a user-friendly message if the city name is invalid (see screenshot above)
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- OpenWeatherMap API
- Clone the repository
git clone https://github.com/yourusername/weather-app.git cd weather-app

