A responsive and clean web application that fetches real-time weather data for any city using the OpenWeatherMap API. Built using HTML, CSS, and JavaScript, this app is ideal for understanding how APIs work and how to create interactive dashboards.
This Weather Dashboard allows users to:
- Enter the name of any city
- View the current temperature, humidity, and weather condition
- Enjoy a cloud-themed background
- Use it on both desktop and mobile (fully responsive)
- Real-time data using OpenWeatherMap API
- Displays temperature, humidity, and weather forecast
- Fully responsive for mobile and tablet
- Cloud-themed background for a modern look
- User-friendly interface
- HTML – Structure
- CSS – Styling and responsiveness
- JavaScript – Fetching API data and dynamic content
- OpenWeatherMap API – Weather data source
git clone https://github.com/YOUR_USERNAME/weather-dashboard.git
cd weather-dashboardhttps://openweathermap.org/apiconst apiKey = "YOUR_API_KEY";# On Windows (Explorer):
start index.html
# On macOS:
open index.html
# Or manually double-click the file in your file explorer