Skip to content

Carousel app with infinite scrolling using Next.js

Arunabh Arjun edited this page Oct 17, 2020 · 1 revision

A simple and elegant image carousal app created using Next.js and supports infinite scrolling and touch swipe gestures.

▶️ Getting Started

  1. Open terminal in your project directory

  2. Clone the repo

git clone https://github.com/arunabharjun/react-next-carousel.git

⬇️ Installing dependencies

  1. Open terminal in the root directory and run the following command
npm install

🖥 Viewing the app

  1. Start the Next.js app
npm run dev

Visit http://localhost:3000/ to view the app.

🌟 Features

  1. Has infinite scrolling
  2. Navigate using navigation arrows
  3. Supports touch swipe gesture
  4. Respponsive design
  5. Modern UI