Aveek-Saha / autocomplete

πŸ” A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.

Home Page:https://home.aveek.io/autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Autocomplete Trie


A React app with blazing fast sub millisecond autocomplete suggestions using weighted tries.

Development

Install all dependencies

npm i

Build

To create the trie

cd data
node build.js

Dev server

To run the dev server

npm run dev

Production

To build for production

npm run build

Credits

Icons made by Freepik from www.flaticon.com'

About

πŸ” A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.

https://home.aveek.io/autocomplete/


Languages

Language:JavaScript 86.2%Language:CSS 11.6%Language:HTML 2.3%