React - weather-app
A Weather app made with React.js.
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
Description
This is a simple react weather app using OpenWeatherMap API.
Technologies
Project uses:
- React
- Styled Component