shlogg · Early preview
Aldrin312 @aldrin312

Implementing Autocomplete Feature In Whtrapp Weather App

Added autocomplete feature to whtrapp.github.io weather app, allowing users to search for cities with suggested options as they type. Used W3School's autocomplete code and a long list of cities due to API limitations.

For this pull request I worked on a Open sources weather app called whtrapp.github.io. The app shows the general weather of a city. It shows their temperature, their current time and date, humidity, windspeed, etc. 

  
  
  Issue

For this project I wanted to add an autocomplete feature on the search bar for the cities, Issue #18. A feature would create a div element below the search bar and shows a list of suggested cities based on what has the user have typed. It will keep updating as the user type more letters on the search bar. For instance, the user typed "Du", below the search bar will...