This weather app is probably the best weather app in this repository! Simply app shows current weather and 3 hour forecast for 5 days in Rechartd plus you can check current weather in your location powered by google maps. The application dynamically changes the background depending on weather data.(The screenshots do not show this function as it was introduced after its creation.) App was created in React and some Redux. Boosters are Material-Ui, Google Maps, Styled Components, TS,Recharts.
On homepage you can check current weather in city you choose.
In this part user can check his GeoLocation. Based on this data the application displays the current weather in this location.
Five days forecast at start looks familiar to Homepage. First of all user choose city and then he can display temperature of next five days, each days separately in rechart.
(https://zazulec.github.io/Weather-react-app/)
- Clone Repository to your PC
- Open it in (integrated development environment - IDE) like VSCode
- Write in terminal -> npm install (to install all necessary files)
- Write in terminal -> npm start to run in locally on your brawser
- Enjoy! :)


