An open API service indexing awesome lists of open source software.

https://github.com/codewithalihamza/swiper-carousel

I've created a custom Swiper carousel for my web project, which could be beneficial for your future website builds. Swiper is a highly popular library used across various React frameworks for creating carousels, known for its simplicity and ease of use. This custom carousel offers seamless touch navigation and comes packed with features.
https://github.com/codewithalihamza/swiper-carousel

Last synced: 10 months ago
JSON representation

I've created a custom Swiper carousel for my web project, which could be beneficial for your future website builds. Swiper is a highly popular library used across various React frameworks for creating carousels, known for its simplicity and ease of use. This custom carousel offers seamless touch navigation and comes packed with features.

Awesome Lists containing this project

README

          

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/index.tsx`. The page auto-updates as you edit the file.

## Output Images of the Code

![Carousel](/public/Screen%20Shot%202024-03-24%20at%201.02.02%20AM.png)
![Carousel](/public/Screen%20Shot%202024-03-24%20at%201.02.20%20AM.png)