
Weather Dashboard using OpenWeather API
Overview:
A real-time weather dashboard that displays current weather conditions, forecasts, and other weather-related information using live data from OpenWeather API.
Objective:
To allow users to view weather information for any city in the world in a visually appealing and informative way.
Modules & Features:
- Main Dashboard:
- Input city name or use geolocation
- Display temperature, humidity, wind speed, weather condition icon
- Show 5-day forecast with charts or cards
- Update in real time
- Search & History Panel:
- Maintain search history
- Click on a previous search to view weather instantly
- Technology Stack:
- Frontend: HTML, CSS, Bootstrap, JavaScript
- Backend: None (fully frontend with API)
- API: OpenWeatherMap API
- Additional Features:
- Support for dark/light mode
- Error handling for invalid cities
- Local storage for user search history