Make a couple of different styles of slideshows/carousels to practice using different techniques and event listeners
Bonus: use Keyframes animations to create a CTA on the lower slideshow next-button
Extra bonus: implement play and pause buttons to meet web accessibility standards for animations
Concepts used
Translate x-index, setTimeout, order, loops
Keyframes animations
Problems encountered
I had difficulty in creating an infinite loop style carousel. My first attempt scrolled back to the starting card instead of infinitely scrolling in the same direction.