Interactive Rating Component

Solution retrospective
Any feedback would be appreciateed <3
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fazzaamiarso
Hello Nicolas! Nice work!
I have a single accessibility improvement for you. Instead of using
div
as a button, it's always better to use an actualbutton
element. By usingbutton
, you get keyboard focus handling out of the box.I hope it helps! Cheers!
Marked as helpful
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