Real-time API Autocomplete
: Fetches data from the API with each keystroke.Initial Load API Autocomplete
: Fetches all data from the API once during the initial load.
- Ensure you have Node.js v18 or higher.
- Navigate to the root folder and run
npm i
to install dependencies. - Then, execute
npm run dev
to start the development server.