Skip to content

Rezan92/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Demo

weahter app gif

Weather app created using ReactJs, fetch data from OpenWeather API, and renders weather data for cities using the geolocation or searched cities using the search form. This app use the geo

Components Map

App.js
└───── CityWeatherContainer.js
             ├── Error.js
             ├── BackgroundImage.js
             ├── SearchInput.js
             ├── CityWeather.js
             ├── ForecastContainer.js
             │        ├── HourlyForecast.js
             │        └── DailyForecast.js
             ├── Humidity.js
             └── Wind.js

Install

git clone [email protected]:Rezan92/weather-app.git
cd weather-app
npm install

Usage

1-You need an API KEY from OpenWeather to use the application, follow the documentation on OpenWeather to get an API KEY.

2-Run npm start

Author

👤 Rezan Al Ibrahim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published