This projects implements the Trie Data Structure to create an autocomplete feature
-
Live Demo:👇
Users should be able to:
- Enter a word or partial word
- Recieve a list of words whose names start with the substring that they enter into the search bar
- Solution URL: https://github.com/SamirPaulb/autocomplete
- Live Site URL: https://samirpaul.in/autocomplete
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
I learned how the Trie data structure works and how it can be used to complete an auto complete feature.