Skip to content

cesarolvr/slider-nextjs-gsap-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📸 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

What was used

  • React
  • NextJS
  • TypeScript
  • Classnames
  • Framer Motion
  • GSAP
  • Styled Components
  • Vercel

Getting started

Run:

yarn
yarn dev

This will start application in development mode.

Build and serve:

yarn build
yarn start

This will generate static files and serve in a local server.

How to deploy new version: Just run vercel deploy.