This is a simple weather application built with React. It allows users to fetch weather data based on the city they input. The application displays the current weather along with a 5-day forecast.
- Dynamic Data: Weather data updates dynamically using React hooks.
- API Integration: Integrates with the OpenWeatherMap API to fetch weather data.
- User-Friendly Interface: Simple interface with a city input field for ease of use.
- Responsive Design: Built with responsiveness in mind to ensure compatibility across devices.
- Clone this repository to your local machine.
- Install dependencies by running
npm install
. - Run the application using
npm start
. - Input a city in the provided field and hit enter.
- View the current weather and the 5-day forecast.
- React
- HTML/CSS
- OpenWeatherMap API
This project is licensed under the MIT License. See the LICENSE file for details.