Design comparison
Solution retrospective
Wich technique you use to transfer the data from rating component to thnakyou page?
Community feedback
- @allyson-s-codePosted over 2 years ago
Hi, I think your app looks good. I would recommend adding
<button>
and/or<input>
tag for the rating buttons and submit button. It is helpful for accessibility.I ended up adding a
value
class to the ratings buttons and grabbed that in my JavaScript function for updating the text on the thank you page. You are welcome to take a look at my solution code if it's helpful. https://github.com/allyson-s-code/interactive-rating-component.Great work! Allyson
0 - @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think that the background color of the star likewise the rating options are supposed to match the color specified in the
style-guide.md
file.In terms of accessibility issues simply wrap all your content between main tags
I hope this helps
Cheers
Happy coding š
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