FAC9 / backend-badgers-autocomplete

An autocomplete program made to learn about node.
https://damp-reef-40042.herokuapp.com/
0 stars 1 forks source link

backend-badgers-autocomplete

How to check out our project

How to run our tests

Objectives

The Client/Server workload problem...

Illustration

Logic

1. When the user types a letter in search field...

2. After server response, when user types another letter:

3. On typing enter (or selecting word from list) when results are present:

4. On hitting the space bar:

5. On typing enter when no results are present:

Dictionary source

All dictionary files are from tiltoBouzout.

Stretch goals