Check out complete walkthrough of Weather app
Rest countries API: https://restcountries.com/
Open Weather API: https://openweathermap.org/api
https://weatherups.netlify.app/
-
Clone this repo
-
Add .env file and create a variable name REACT_APP_API_KEY and add your api key (check open weather api docs)
-
Then run
npm install
-
And finally
npm start