Weather App (PWA)
Technology: React, Redux, Material-UI, used OpenWeather API, used Google Map API.
What is done:
- Brief information about the weather in the city.
- Ability to add / remove cities. When adding new city, a request is made to receive the current weather and display it on the screen.
- The data is stored locally in LocalStorage (on page reload, the list of previously entered cities, the weather data is updated).
- When you click on "Learn More" button - display detailed information / go to page with detailed information.
- Adding a new query for the hourly forecast for the current day.
- Add Google Map API.
- On the detail page, the button: refresh weather data now. When pressed, update the weather data of the city.
On development stage:
- Refactoring code...