Design comparison
SolutionDesign
Community feedback
- @rachaelhrlmPosted over 2 years ago
Congrats on completing the challenge! 🎊
It might be good to stop the user from submitting the form when no rating is selected.
E.G if your item state is still an empty string, disable the submit button.
You could also solve the accessibility issues from the report by wrapping everything in App with a main tag rather than a react fragment. It would also help if you swapped the h2 tags with h1 to satisfy the other issue.
I hope that helps.
Happy coding! 🐱
Marked as helpful0@malkavianleonPosted over 2 years ago@rachaelhrlm Hey man thanks for the feedback, i will try do it
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