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).
This demo was bootstrapped with Create React App.
To run the demo:
npm install
npm start