Submitted over 1 year ago
Interactive Rating Component using Flexbox and Vanilla JS
@mooogz
Design comparison
SolutionDesign
Solution retrospective
Still not too confident in my responsiveness and Javascript yet
Community feedback
- @kwngptrlPosted over 1 year ago
The selected button should change color and should remain colored before one clicks on 'submit' .
In general, radio buttons would be a better choice than just regular buttons. These are
<input type="radio">
, only one is selected out of a group and remains selected until another one is chosen. The only difficulty is styling it, although there are YouTube videos on that.1
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