Skip to content

spikything/dog-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dog-slider

A mobile-friendly carousel (of random dog images from the dog.ceo API) built in React with framer-motion for the animation and react-swipeable for interactivity.

dog-slider

Running

Fork/clone the project, then do:

npm i

Then to run the dev server on localhost:3000 do:

npm start

Building

To build an optimised version for production do:

npm run build