This weather viewer application shows the actual weather of any city (made using api) and an hourly forecast for the current day.
You can search for any city and choose from the autocomplete list.
The app gives you the possibility to add a city to favorites if you click on the empty heart, changing the empty heart image to a full red heart image to let you know that the city was added. You can add and remove the city from favorites by clicking the heart image. The favorites city list is stored in local storage to save the list even if you refresh the page.
The favorites city list is being displayed when you click on the search bar.
A loading spinner is displayed when the weather and forecast information is loading.
An image from the choosen city is shown behind the weather card.