This is a simple React application demonstrating how to implement infinite scroll using React.js
-
Clone the repository to your local machine:
git clone https://github.com/Garry028/Infinite-Scroll.git
-
Navigate to the project directory
cd your-infinite-scroll-repo
-
Install the project dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to http://localhost:5173 to view the app.