This project is a React application that implements an infinite scrolling and searchable product list. It allows users to scroll through a list of products and search for specific products based on their names.
- Clone the repository to your local machine:
git clone https://github.com/toaingo2108/product-management.git
- Navigate to the project directory:
cd product-management
- Install the dependencies using npm or yarn:
npm install | yarn
- Start the development server:
npm run dev | yarn dev
- Open your web browser and navigate to
http://localhost:5173/
to access the application