Weather app is my first project using react hooks. This project learned me how to use web API and manage date based on async functions. |
Project is created with:
- node version: v16.13.0
- react version: ^17.0.2
- styled-components version: 5.3.0
- API api.openweathermap.org
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/SqCodeJs/weather-app
# Go into the repository
$ cd weather-app
# Install dependencies
$ npm install
# Run the app
$ npm start
- Features ⋅⋅* find weather for many cities ⋅⋅* check weather based on your location