React Weather App
- Clone this github repo or simply download all files.
git clone https://github.com/Lakshya-Saini/React_Weather_App.git
- Install dependencies
npm i
- Here I am using Open weather map API, so create an account and get your API key under dashboard section. Once you got your API key create .env file inside root directory and create a key.
REACT_APP_API_KEY={your_api_key}
- Run App
npm start