Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 771 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 771 Bytes

Carousel app with infinite scrolling using Next.js

▶️ 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