Design comparison
SolutionDesign
Solution retrospective
Please could you give me some feedback
Community feedback
- @fernandolapazPosted over 1 year ago
Hi ππ», this may interest you for future projects:
The design looks good ππ», but keep in mind that the main thing about this challenge is that 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 a<button type=' submit'>
(<input type='submit'> is fine too) to send that data.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