Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amangupta262/weather-app
A weather app using React, Redux, React hooks
https://github.com/amangupta262/weather-app
material-ui openweathermap-api react reacthooks redux
Last synced: about 1 month ago
JSON representation
A weather app using React, Redux, React hooks
- Host: GitHub
- URL: https://github.com/amangupta262/weather-app
- Owner: AmanGupta262
- Created: 2021-06-13T07:49:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T18:32:30.000Z (over 3 years ago)
- Last Synced: 2024-04-13T16:03:01.834Z (9 months ago)
- Topics: material-ui, openweathermap-api, react, reacthooks, redux
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Weather App
### (https://react-wea-ther-app.herokuapp.com/)#### A weather app displays the current and 7 days weather of Bengaluru.
### Features :
- It shows the current weather of Bangalore.
- User can search current weather of any city.
- User can refresh the current weather of Bangalore only.
- User can see the 7 days forecast of Bangalore only.### Technology Used :
- React
- React Hooks
- Redux
- Material UI
- HTML
- CSS### Tools Used :
- Open Weather API [Link](https://openweathermap.org/api)
- VS Code### ToDo
- Show 7 days forecast of searched city
- Show detail weather on clicking a day in 7 days forecast
- Refresh the current weather of searched city