React - weather-app

https://tuanthanh021094.github.io/weather-app/

Table of contents

Instructions

First clone this repository.

$ git clone git@github.com:tuanthanh021094/weather-app.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start

Description

This is a simple react weather app using OpenWeatherMap API.

Technologies

Project uses:

  • React
  • Styled Component