✨ Demo
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
App.js
└───── CityWeatherContainer.js
├── Error.js
├── BackgroundImage.js
├── SearchInput.js
├── CityWeather.js
├── ForecastContainer.js
│ ├── HourlyForecast.js
│ └── DailyForecast.js
├── Humidity.js
└── Wind.js
git clone [email protected]:Rezan92/weather-app.git
cd weather-app
npm install
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
👤 Rezan Al Ibrahim