This web application, built using react, allows you to find the weather of any city, along with a seven day weather forecast, starting from the current day.
- Search for a City: Easily search for any city to get the latest weather updates.
- Current Weather: Get real-time weather data, including temperature, humidity, wind speed, and certain other weather conditions.
- 7-Day Forecast: View a detailed weather forecast for the next 7 days.
To start using this app, follow these instructions:
- Clone the repository or download the code
- In the main repository folder, run the command
npm install. This will install the required packages. - Run the command
npm start. Once it runs, you should be able to see the homepage and begin finding the weather.