Skip to content

SamirPaulb/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Complete

This projects implements the Trie Data Structure to create an autocomplete feature

Table of contents

Overview

The challenge

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

I learned how the Trie data structure works and how it can be used to complete an auto complete feature.

Author