← Back to Challenge

Image Carousel

Build an image carousel with prev/next navigation, dot indicators, auto-play with pause on hover, keyboard support, and smooth CSS transitions. The slide data and navigation helpers are ready — wire up the rest.

Mountain landscape
Ocean sunset
Forest trail
City skyline
Desert dunes
1 / 5

The basic carousel UI is working — prev/next buttons and dots navigate between slides with a CSS transition. Your tasks: add auto-play with setInterval (advance every 3s), pause on hover, and keyboard navigation (ArrowLeft/ArrowRight). Check the TODOs in the code.