https://rawfour.github.io/weather-app-react/
First clone this repository.
$ git clone https://github.com/rawfour/weather-app-react.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
This is a simple react weather app using OpenWeatherMap API.
Project uses:
- React
- Styled Component