# Weather Forecast Widget

This is a simple weather forecast widget that displays the current weather conditions and a 5-day forecast for a specified location. It utilizes the OpenWeatherMap API to fetch weather data and presents it in a visually appealing manner using HTML, CSS, and JavaScript.

## Features

- Allows users to input a city name to fetch the weather forecast.
- Displays the current weather conditions along with a 5-day forecast.
- Stylish and modern design with animations.

## Usage

1. Clone the repository:

https://github.com/iamphenomenal2822/Weather-app.git

2. Open index.html in a web browser.

3. Enter the name of the city for which you want to fetch the weather forecast.

4. Click on the "Get Forecast" button to display the weather forecast.

## API Key

To use the weather forecast widget, you need to obtain an API key from [OpenWeatherMap](https://openweathermap.org/). Replace `'YOUR_API_KEY'` in `script.js` with your actual API key.

## Credits

- Weather data provided by [OpenWeatherMap](https://openweathermap.org/).
- Icons from [OpenWeatherMap](https://openweathermap.org/weather-conditions).
- Animation inspiration from [Animate.css](https://animate.style/).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.