A Weather Application developed with Reactjs using OpenWeatherAPI allows you to get the real-time weather conditions by locating you or searching for a specific city. It gives you the temperature, air humidity, and wind speed with forecasting of next 4 days. Its is a designed to be supported on any device.
Click the demo link or clone/download the repository on your local machine.
git clone https://github.com/kundank02/WeatherApp.git
npm install
or
yarn install
npm start
or
yarn start
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.