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.
Fork/clone the project, then do:
npm i
Then to run the dev server on localhost:3000 do:
npm start
To build an optimised version for production do:
npm run build