Design comparison
SolutionDesign
Solution retrospective
My first try with React. Feedback will be welcome.
Community feedback
- @FarisPalayiPosted over 3 years ago
Looks like it's working fine and looks good, I don't know React, so I can't give feedback on that part. Though there are some general accessibility improvements you can make, like:
- Add
cursor: pointer
to interactive elements like buttons. - Add
:hover
,:focus
and:active
styles if you can. - Add
aria-label
ortitle
or screen reader only text to buttons that have no text. - There's a horizontal scrollbar, try to remove it.
- Try to clear those issues in the report section as well if you can.
That's all from me. Have fun coding ✨
Marked as helpful0@fikymarPosted over 3 years ago@FarisPalayi Thank you very much for your comment! I have tried to improve my solution according to your suggestion. Happy coding!
1 - Add
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