https://github.com/sigfriedcub1990/react-trie
Testing Trie to build a react-suggestions component
https://github.com/sigfriedcub1990/react-trie
Last synced: 3 months ago
JSON representation
Testing Trie to build a react-suggestions component
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/react-trie
- Owner: sigfriedCub1990
- Created: 2020-10-11T02:00:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T03:00:09.000Z (over 4 years ago)
- Last Synced: 2025-01-15T01:43:21.500Z (4 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-suggestion
## Description
Testing a [Trie](https://en.m.wikipedia.org/wiki/Trie) to build a suggestion/autocomplete component,
for fun and why not, maybe for profit :)## Running tests
We have a couple of tests, one for the `Trie` and another test for the UI
``` sh
yarn test # This will run the unit tests
yarn integration # This will run cypress's tests
```