Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 881 Bytes

File metadata and controls

46 lines (29 loc) · 881 Bytes

WebShop

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.

Technologies

Project is created with:

  • node version: v16.13.0
  • react version: ^17.0.2
  • styled-components version: 5.3.0
  • API api.openweathermap.org

How To Use

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



  1. Features ⋅⋅* find weather for many cities ⋅⋅* check weather based on your location