Interactive-rating-component

Solution retrospective
Help drop your feedbacks on this work. I would need it, Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fernandolapaz
Hi 👋🏻, this may interest you for future projects:
Theoretically, in this challenge we have 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 the
<button type=' submit'>
, as you did 👌🏻, to send that data.Remember that buttons are interactive elements used to perform an action (such as submitting a form), but to collect user data we should use inputs.
I hope it’s useful : )
Regards,
Marked as helpful - @Aimal-125
Bro in your css code, give body element height of 120 or 150vh. So that it will look good on small heighted screens as mine (samsung j3). Otherwise your solution is perfect.
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