A simple React-based weather application that allows users to check the current weather and forecast for a given city.
The Weather App is a React application that fetches weather data from the OpenWeatherMap API. Users can enter the name of a city, click a button, and receive information about the current weather and a 5-day forecast.
- Current temperature display
- Current weather description
- 5-day weather forecast with time slots
- Clickable time slots for detailed information
- Automatic data reload every minute
- Enter the name of the city in the input field.
- Click the "Get Weather" button or press Enter.
- View the current weather information and 5-day forecast.
- Click on time slots to see detailed information.
- Clone the repository.
- Install dependencies using
npm install. - Replace the placeholder API key in the
WeatherApp.jsfile with your own OpenWeatherMap API key. You can obtain a key by signing up on the OpenWeatherMap website. - Run the application with
npm start.


