Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cesarolvr/slider-nextjs-gsap-app

A 🛷 slider component using NextJS + 🥦 GSAP Timeline: https://xyzphotography.vercel.app
https://github.com/cesarolvr/slider-nextjs-gsap-app

classnames framer-motion gsap nextjs scrolltrigger styled-components typescript vercel

Last synced: 8 days ago
JSON representation

A 🛷 slider component using NextJS + 🥦 GSAP Timeline: https://xyzphotography.vercel.app

Awesome Lists containing this project

README

        

## 📸 xyzphotography
This challenge consists of a page with 1 major component: A kind of Slider/Carousel to show some arts (photographs).

### Demo
[xyzphotography.vercel.app](https://xyzphotography.vercel.app/)

### What was used

- **React**
- **NextJS**
- **TypeScript**
- **Classnames**
- **Framer Motion**
- **GSAP**
- **Styled Components**
- **Vercel**

### Getting started

**Run:**
```javascript
yarn
yarn dev
```
This will start application in development mode.

**Build and serve:**
```javascript
yarn build
yarn start
```
This will generate static files and serve in a local server.

**How to deploy new version:**
Just run `vercel deploy`.