A react weather app where you can see the latest weather info your city by just entering the city name and clicking on Get weather button .
-
Interactive & Simple UI
-
Current weather data
-
Search Functionality
-
wind speed, humidity & temperature
- Clone the repository:
git clone https://github.com/satyam0827/Weather-App.git
- Go to Weather-App Directory
cd Weather-App
- Again go to client directory
cd client
- install all the dependencies
npm install
- After installing all the dependencies set up your .env file
VITE_APP_API_KEY = your_openweatherapp_api_key
- Now your ready to run your application simply.
npm run dev