React Infinite Scroll with Vite

This is a simple React application demonstrating how to implement infinite scroll using React.js

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/Garry028/Infinite-Scroll.git
    
  2. Navigate to the project directory

    cd your-infinite-scroll-repo
    
  3. Install the project dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    
  5. Open your browser and go to http://localhost:5173 to view the app.