GitHub - roelkok/carousel: Carousel exercise

You've done it a dozen times before so why not do it again, create a carousel? Create a carousel that has features you think that are important.

Inspiration for features to focus on:

  • Small file size
  • Not dependent on libraries
  • Leveraging an existing library
  • Wrap around
  • Diffent types of slides (images, video)
  • Lazy loading content
  • Dot navigation
  • Skip slides/Forward to slides
  • Responsive
  • Transitions
  • Drag/pan carousel
  • Create from existing markup in the document
  • Take JSON as input and generate all the mark up dynamically
  • ...