Skip to content

kbelltree/image-carousel

Repository files navigation

Image-carousel

Image Carousel Practice Preview by Keiko S. 2024

This image carousel was developed as part of an assignment to demonstrate understanding of Dynamic User Interface Interactions from The Odin Project. For details on this project, please visit the lesson on 'Image carousel'.

Key Project Instructions:

  • Set up images within a div element.

  • Create functions for the back and next buttons within the carousel to navigate through the images. Fancy slide effects are not required.

  • Add horizontally laid out indicator dots below the image carousel. These dots should be empty circles that fill in to indicate the current carousel image index. The dots should also be clickable, allowing users to skip to their preferred image.

  • Configure the carousel to loop every 5 seconds.

Built With:

  • HTML
  • CSS
  • JavaScript
  • Webpack
  • ESLint
  • Prettier


Resources Used