This is a simple weather dashboard web application built using HTML, CSS, and JavaScript. It allows users to enter a city name and get the current weather information using the OpenWeatherMap API.
- Search for any city
- Get real-time weather data
- Displays:
- Temperature π‘οΈ
- Weather description βοΈ
- Humidity π§
- Wind speed π¬οΈ
- Clear input after search
- Responsive and clean UI
- HTML5
- CSS3
- JavaScript (Vanilla)
- OpenWeatherMap API
- Go to OpenWeatherMap
- Sign up for a free account
- Go to your profile > API Keys
- Copy your API key and replace
"YOUR_API_KEY"inscript.js
git clone https://github.com/your-username/weather-dashboard.git
cd weather-dashboard
# Open index.html in your browser