Auto Complete Search component built with Next.js, Framer Motion and Tailwind CSS. It uses a debounce hook to delay the API call.
https://sauravhathi.github.io/auto-complete-search/
- Next.js
- Framer Motion
- Tailwind CSS
- React Hooks
Clone the repository
git clone https://github.com/sauravhathi/auto-complete-search.git
Install dependencies
npm install
npm run dev