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.
- Host: GitHub
- URL: https://github.com/codewithalihamza/swiper-carousel
- Owner: codewithalihamza
- Created: 2024-03-22T15:32:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:37:41.000Z (over 1 year ago)
- Last Synced: 2025-04-01T19:56:27.631Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://swiperjs.com/demos
- Size: 9.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

