A responsive weather web application built using HTML, CSS, and JavaScript that fetches real-time weather data from the OpenWeatherMap API.
- ๐ Search weather by city name
- ๐ก๏ธ Displays temperature, weather condition, humidity, and wind speed
- ๐ผ๏ธ Dynamic weather icons based on live data
- ๐ฑ Fully responsive design (works on mobile and desktop)
- โ Error message for invalid city names or failed API requests
- HTML5 โ Structure
- CSS3 โ Styling and responsive layout
- JavaScript (ES6) โ API calls and dynamic data rendering
- OpenWeatherMap API โ Weather data provider
- Clone this repository:
git clone https://github.com/yourusername/weather-app.git cd weather-app