Install all dependencies
npm i
To create the trie
cd data
node build.js
To run the dev server
npm run dev
To build for production
npm run build
Icons made by Freepik from www.flaticon.com'
🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.
JavaScript
Install all dependencies
npm i
To create the trie
cd data
node build.js
To run the dev server
npm run dev
To build for production
npm run build