-
Notifications
You must be signed in to change notification settings - Fork 0
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.
-
Open terminal in your project directory
-
Clone the repo
git clone https://github.com/arunabharjun/react-next-carousel.git- Open terminal in the root directory and run the following command
npm install- Start the Next.js app
npm run devVisit http://localhost:3000/ to view the app.
- Has infinite scrolling
- Navigate using navigation arrows
- Supports touch swipe gesture
- Respponsive design
- Modern UI