This is a basic implementation of an autocomplete component in React with TypeScript.
- Install all the dependencies by running
npm install
- Run the project with
npm run dev
- FOR BONUS 1 If you want to test with an remote source to pull the names, switch to branch
external-source
by running:git checkout external-source
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh