Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Bootcamp testimonials slider using JavaScript

kerekiwereā€¢ 380

@kerekiwere

Desktop design screenshot for the Coding bootcamp testimonials slider coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Happy with everything I've learned so far and how I've applied it in this challenge. I think my slider has improved compared to my previous challenge! šŸ‘

What challenges did you encounter, and how did you overcome them?

I had a problem where the event listeners on my buttons stopped working after dynamically generating HTML. This was because I used innerHTML to add content to the same parent container as my buttons, which caused the previously defined constants to lose their references. To resolve this, I created new DOM elements for the generated HTML and appended them using appendChild! šŸ’”

What specific areas of your project would you like help with?

If you loop through the testimonial slides, I have a small glitch in my animation between Tanya and John. How can I solve this? šŸ¤”

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord