Infinite Scrolling and Searchable Product List

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.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/toaingo2108/product-management.git
  1. Navigate to the project directory:
cd product-management
  1. Install the dependencies using npm or yarn:
npm install | yarn

Usage

  1. Start the development server:
npm run dev | yarn dev
  1. Open your web browser and navigate to http://localhost:5173/ to access the application