Interactive Rating Component Page with HTML, CSS and Javascript

Solution retrospective
This is my attempt in making a responsive interactive rating component page. What do you think about it? I am sure there are lots of corrections and helpful insights that would propel me further. I would be pleased to get a helpful feedback from you. Thanks in anticipation
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fernandolapaz
Hi 👋🏻, this may interest you for future projects:
This challenge consists of a group of interactive elements where users are expected to enter data (their rating) to be sent.
Therefore, it would be appropriate to use a
<form>
(whose inputs should be radio buttons<input type='radio'>
so that it is only possible to select one option).And a
<button type=' submit'>
(<input type='submit'> is fine too) to send that data.More about Forms here 📗
I hope it’s useful : )
Regards,
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