Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 415 Bytes

File metadata and controls

15 lines (8 loc) · 415 Bytes

About

It's a React SPA demoing an autocomplete component.

The autocomplete helps the user with typing by suggesting bird's names that start with the prefix typed so far. Given is a list of birds names (see birds.json file attached).

How to use

This demo was bootstrapped with Create React App.

To run the demo:

npm install

npm start