This is a simple, bare bones autocomplete component. It populates data from Public APIs. Visit the live site to see it in action.
Navigate to the root directory and run yarn install
.
The following commands are available to run.
npm start
- Runs the app in the development mode on http://localhost:3000.npm test
- Runs tests
After the server has started, navigate to the browser on http://localhost:3000. You should see a search box. Click to see available options and search away!
Coming soon!
- hide suggestions on click away
- cache results