interactive rating component with HTML , CSS , JAVASCRIPT
Design comparison
Solution retrospective
Hello, Frontend Mentor community! Here is my solution to the Interactive rating component challenge. I'd appreciate any feedback or advice you can give me π
Community feedback
- @VCaramesPosted almost 2 years ago
This comment was deleted about 1 year ago
1@grace-snowPosted almost 2 years ago@vcarames you shouldn't even need to do the query Selector within the form on inputs, as the data would already be attached to the submitted form (standard html form behaviour with get method)
Like if your radios are each named "rate", on submit you'd get the value with
myForm.rate.value
inside the submit function1@VCaramesPosted almost 2 years ago@grace-snow
Nice! Thatβs definitely better.
P.s. Super excited for the launch of your site; just signed up to get notified. (If possible, please include how to properly approach this challenge in your upcoming website)
1@Jeen-PreshPosted almost 2 years ago@vcarames Hello
- Please I would like to know the best practices for styling the input of type radio for this challenge in order to style it appropriately. if you could point me to any resources to read I would be very grateful.
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