An open API service indexing awesome lists of open source software.

https://github.com/aveek-saha/autocomplete

🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.
https://github.com/aveek-saha/autocomplete

autocomplete autocomplete-functionality autocomplete-search autocomplete-suggestions react react-autocomplete react-autosuggest reactjs trie trie-data-structure trie-node trie-tree tries

Last synced: 6 months ago
JSON representation

🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.

Awesome Lists containing this project

README

          





Autocomplete Trie













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

### [Check it out here](https://home.aveek.io/autocomplete/)

## 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'