https://github.com/k-h-rayhan/nextjs-animated-slider
Stunning animated slider website built using Next.js, Framer Motion, and Tailwind CSS.
https://github.com/k-h-rayhan/nextjs-animated-slider
framer-motion nextjs13 react reactjs-project tailwindcss
Last synced: 17 days ago
JSON representation
Stunning animated slider website built using Next.js, Framer Motion, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/k-h-rayhan/nextjs-animated-slider
- Owner: K-H-Rayhan
- License: mit
- Created: 2023-06-04T11:27:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T02:43:29.000Z (about 1 year ago)
- Last Synced: 2025-04-06T02:09:35.042Z (17 days ago)
- Topics: framer-motion, nextjs13, react, reactjs-project, tailwindcss
- Language: TypeScript
- Homepage: https://nextjs-animated-slider.vercel.app
- Size: 16 MB
- Stars: 326
- Watchers: 2
- Forks: 71
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nextjs Animated Slider π
Stunning animated slider website built using Next.js, Framer Motion, and Tailwind CSS.
## π₯ Demo
Check out a [live demo](https://nextjs-animated-slider.vercel.app/).
## π¦ Installation
To go with the latest version please copy and past in your terminal the following steps:
```bash
git clone https://github.com/K-H-Rayhan/nextjs-animated-slider.git
```Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Run the production server:```bash
npm run build && npm run start
# or
yarn build && yarn start
# or
pnpm build && yarn start
```## π€ Contributing
Letβs create great products together! We encourage and welcome collaboration and any type of contribution.