CodeOath
← All challenges

Image Carousel

Hard
javascriptdom

Build a slide carousel with at least 3 slides (use colored placeholder blocks instead of real images), previous/next buttons, and dot indicators that show — and let you jump to — the active slide. Navigation should wrap around at both ends.

Check your work against

  • At least 3 slides
  • Next/previous buttons navigate between slides
  • Dot indicators show the active slide and are clickable to jump directly to one
  • Navigation wraps around (next on the last slide goes to the first, and vice versa)

There's no automated grading for UI challenges — self-check against this list, then compare with the solution preview.

Live preview