A React TypeScript autocomplete component with keyboard navigation and Datamuse API integration.
- Node.js (v14+)
- npm/yarn
- Clone/Download the repository
- Install dependencies:
yarn install
yarn start
Access at localhost:3000
- Debounced API calls
- Keyboard navigation to select suggestions(↑/↓/Enter)
- Error handling
- Loading state
- Input sanitization
- Uses Datamuse API
yarn build
yarn test