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

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.

Awesome Lists containing this project

README

        

# Nextjs Animated Slider πŸš€

Stunning animated slider website built using Next.js, Framer Motion, and Tailwind CSS.

Nextjs Animated Slider

## πŸ–₯ 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.