This project was bootstrapped with Create React App.
Check the current weather and the forecast at your current location!
This project uses the OpenWeatherMap API. To run it, sign up at the API website, then create a key. Create a .env file with your key in this format: REACT_APP_OPEN_WHEATHER_KEY=yourKeyHere .
#clone this repo
$ git clone https://github.com/varelabeatriz/WeatherApp
#install dependencies
$ yarn install
#run the app
$ yarn start
- Make it responsive