Interactive Rating Component using Flexbox and Vanilla JS

Solution retrospective
Still not too confident in my responsiveness and Javascript yet
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kwngptrl
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.
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