Instructions

Create React App

npx create-react-app weather-forecast

Clone this repository. node modul folder is not added in this repository. 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 forecasting app using OpenWeatherMap API. Here 5 days weather details are forecasted.