Web application that gives a description of the weather depending on the city and country
1.Create an account in openweathermap: https://home.openweathermap.org/users/sign_up
2.Get the API key
# Clone this project
$ git clone https://github.com/AvilaKevin/wheather_app
# Access
$ cd wheather_app
# Install dependencies
$ yarn or npm
# Save the API key in AppContext.js
const WHEATHER_KEY = YOUR KEY;
# Run the project
$ yarn start or npm start
# The server will initialize in the <http://localhost:3000>
- React JS
- JavaScript
- Tailwind Css