Auto Complete Search
Auto Complete Search component built with Next.js, Framer Motion and Tailwind CSS. It uses a debounce hook to delay the API call.
Demo
https://sauravhathi.github.io/auto-complete-search/


Tech Stack
- Next.js
- Framer Motion
- Tailwind CSS
- React Hooks
Installation
Clone the repository
git clone https://github.com/sauravhathi/auto-complete-search.git
Install dependencies
npm install
Usage
npm run dev