Simple Weather app built in ReactJS using OpenWeatherMap API See Live Demo Link
First Clone this Repository
$ git clone https://github.com/sachin320/weather-app.git
Install dependencies. Make sure you have nodejs
already installed in your system
$ npm install
Get API KEY from OpenWeatherMap and add in App.js Line no. 09
After adding API and Installing dependencies run the App
$ npm start
Now Your Weather App is running on http://localhost:3000