The Weather Dashboard is a web application that allows users to check the current weather and a five-day weather forecast for a specific city.

- Display the current weather conditions, including temperature, description, and an icon representing the weather.
- Provide a five-day forecast with details for each day, such as temperature and weather description.
- Store the last searched city in local storage for convenience.
- Implement a smooth fade-in animation for weather information.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API (for weather data)
-
Open
index.htmlin your web browser to access the Weather Dashboard. -
Enter the name of a city in the input field and click the "Search" button.
-
The application will display the current weather conditions and a five-day forecast for the specified city.
-
The background of the page will automatically update to reflect the current weather conditions.
-
The last searched city will be saved in local storage for your convenience.
There is no installation required to use this web application. Simply open the index.html file in your web browser.
- Weather data and images provided by OpenWeatherMap API
This project is licensed under the MIT License.