Build with React, uses two APIs
- Get current weather of any city with population over 100k
- Get available forecast for next 7 days
git clone https://github.com/Himanshu8862/react-weather-app.git
cd react-weather-app
To run this project, add the following environment variables to .env file
cd react-weather-app
npm i
npm start