Coding bootcamp testimonials slider using React and tailwindcss

Solution retrospective
Hi everyone 👋, I have finished Coding bootcamp testimonials slider challenge using React and tailwindcss. Recently, I learned the fundamentals of React such as useState and useEffect and I practise what I have learned in this challenge.
If have any feedback or suggestions, you can leave a comment if you want 😁
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Abdulrahman Nasser! 👋
Good job on this one! Your solution responds well and overall looks good. Here's my suggestions:
- Add
:focus
pseudo class to interactive elements like buttons. Useoutline
property to make your website more accessible to keyboard users. Focusable elements like anchor, buttons or inputs they have applied default:focus
pseudo class withoutline
property. These default styles are subtle and hardly visible tho. Furthermore every browser has a slightly different default style for the outline, so you probably want to change the default style. Read more about why we should change focus styles.
Good luck with that, have fun coding! 💪
- Add
- P@palgramming
Over all looks really good the only thing I see is the images of the people and the background images behind them are not scaling at the same rates
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