
Design comparison
Solution retrospective
I am comfortable with toggled visibility in JavaScript. The main emphasis on this project was accessibility and I implemented most of the concepts.
What challenges did you encounter, and how did you overcome them?Figuring out the visibility of the buttons and the "selected" classlist was difficult but I used an older project and AI to help me through.
What specific areas of your project would you like help with?All good!
Community feedback
- P@felix-stuffPosted 3 months ago
Hi @abigailjulie,
nice solution to the rating component! Really like your efficient code and how well you implemented the accessibility features and the design detail in this project.
One little thing I came across: Since you used buttons for the rating numbers instead of a group of radio buttons you have to hit a few times tab to get to the submit button, while you can tab to the submit button immediatly by default if it was a radio button group. The radio button group can be navigated by arrow keys, maybe you add some event handling for your buttons for arrow keys or adjust some tabindex to improve this a little bit.
Other than that, great project, keep up the good work!
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