This project is a simple autocomplete component built with React, TypeScript, and Jest for testing.
Screen.Recording.2024-01-22.at.7.56.41.PM.mov
These instructions will guide you on how to set up and run the project on your local machine.
Ensure you have the following software installed on your machine:
- Clone the repository:
- Navigate to the project directory
- Install dependencies with
yarn install - Run the application with
yarn dev
- You can run tests using
yarn test