A simple react app to search weather of different cities.
Project uses:
- React
- OpenWeatherMap API
First clone this repository.
$ git clone https://github.com/vedantpandey/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