Interactive Rating Component Page with HTML, CSS and Javascript
Design comparison
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
Community feedback
- @fernandolapazPosted over 1 year ago
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,
0
Please log in to post a comment
Log in with GitHubJoin 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