This project is a React application built with TypeScript. It provides an auto-complete feature using a list of names.
src/
: Contains the source code of the application.App.tsx
: The main component of the application.api/
: Contains the API related code.components/
: Contains all the reusable components.hooks/
: Contains custom React hooks.types/
: Contains TypeScript type definitions.
public/data/
: Contains the data used by the application.package.json
: Defines the project dependencies.
- Clone the repository.
- Install the dependencies using
npm i
. - Start the development server using
npm run dev
.
Enter a name in the search bar to see the auto-complete suggestions 🚀