https://github.com/samirpaulb/autocomplete
Auto Complete / Suggestion feature using Trie data structure
https://github.com/samirpaulb/autocomplete
autocomplete project recommendation recommendation-engine search-engine trie trie-autocomplete trie-data-structure trie-tree-autocomplete
Last synced: 5 months ago
JSON representation
Auto Complete / Suggestion feature using Trie data structure
- Host: GitHub
- URL: https://github.com/samirpaulb/autocomplete
- Owner: SamirPaulb
- License: gpl-3.0
- Created: 2022-12-16T18:03:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T14:34:46.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T23:44:25.494Z (5 months ago)
- Topics: autocomplete, project, recommendation, recommendation-engine, search-engine, trie, trie-autocomplete, trie-data-structure, trie-tree-autocomplete
- Language: HTML
- Homepage: https://samirpaulb.github.io/autocomplete
- Size: 1.16 MB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Complete
This projects implements the Trie Data Structure to create an autocomplete feature
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Author](#author)## Overview
- Live Demo:👇
- [x] [samirpaul.in/autocomplete](https://samirpaulb.github.io/autocomplete/)
- [x] [trieautocomplete.vercel.app](https://trieautocomplete.vercel.app/)
- [x] [autocomplete-search.pages.dev](https://autocomplete-search.pages.dev/)
- [x] [trie-autocomplete.netlify.app](https://trie-autocomplete.netlify.app/)### 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
- Solution URL: [https://github.com/SamirPaulb/autocomplete](https://github.com/SamirPaulb/autocomplete)
- Live Site URL: [https://samirpaul.in/autocomplete](https://samirpaulb.github.io/autocomplete)## 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
- [Samir Paul](https://samirpaulb.github.io)