This project is a Weather App built using HTML, CSS, and JavaScript, which fetches real-time weather data using the OpenWeatherMap API. The application allows users to:
- Search for weather conditions by city name
- View temperature, humidity, wind speed, and weather descriptions
- Display dynamic weather icons based on conditions
- Provide an intuitive and responsive user interface
To use the OpenWeatherMap API, register and obtain an API key from OpenWeatherMap. Add the key to the JavaScript file:
const API_KEY = 'your_api_key_here';