Coding bootcamp testimonials slider [React Component]

Solution retrospective
I'm looking for feedback on my React code and anything else that stands out (good or bad).
This is another refactored project. I submitted a HTML/CSS/JS solution last year.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, Aaron Stroud! 👋
Nice to see you refactor another challenge! 😀 Well done on this one! 👍 The slider works well and the page looks good and is responsive, too. 🙌
Like pikamart mentioned, there is a horizontal scroll bar that appears along the bottom of the page that you might want to get rid of.
Also, I'm able to scroll down past the main content of the page and there's seems to some sort of extra section at the bottom of the page that contains the mobile layout of the slider surrounded by a grey background. Not sure what that's doing there! 🧐
Anyways, keep coding (and happy coding, too)! 😁
- @pikapikamart
Good work on this one. But a really small issue, there is an appearance of scrollbar at the bottom and it was cause by the first container of your image, or the container of your slider. To fix this, just add a
width: 100%
to it so that, your declaredoverflow
will be applied and I don't know if you are supposed to display to slider at once? Since right now, there is the top slider and bottom slider appearance, is that what the challenge says? But still, slider functions well^
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