A simple and responsive Weather Application built using HTML, CSS, and JavaScript that displays real-time weather information of any city using the OpenWeatherMap API.
- 🌍 Search weather by city name
- 🌡️ Shows current temperature in Celsius
- 💧 Displays humidity percentage
- 🌬️ Shows wind speed
- 🎨 Modern, gradient-based UI
- ⚡ Real-time data fetched from OpenWeatherMap API
- HTML5 – for structure
- CSS3 – for styling and layout
- JavaScript (ES6) – for API integration and interactivity
- OpenWeatherMap API – to fetch live weather data