Skip to content

Lakshya-Saini/React-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather App

How to use

  1. Clone this github repo or simply download all files.

git clone https://github.com/Lakshya-Saini/React_Weather_App.git

  1. Install dependencies

npm i

  1. 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}

  1. Run App

npm start