Following what the application does, explained in steps:
- Searches for a city and adds it in the list of the searched cities below the search button
- Stores the searched city in the Local Storage and displays the list of cities stores in the LS
- Loads asynchronously the weather results for the current day and for the last 5 days for a searched city.
Javascript, HTML, Bootstrap,openweathermap API
- Get the cities as suggestions when typing the first 2 characters by using another API that loads cities
- Error handling, when a "bad" input is entered in the searched city
The following image shows the Weather Dashboard and in the right the Local Storage with the searched cities in it