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

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

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
```