Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.44 KB

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