Weather App
January 2022
ReactNetlify
A single page application that retrieves the current weather and forecast for any city.
- Obtained the information of the forecast from Weather API.
- Implemented city name autocompletion by using GeoDB Cities API.
- Applied Context API to maintain the state in all the components where is need it.