Design comparison
SolutionDesign
Solution retrospective
It's been a while since I haven't used vanilla JS, so I decided to do this little project with it. It wasn't really such a thing, but I'm glad I've done it. :D If you notice any mistakes or something I can change, I'll gladly accept it! Thanks!
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey! It looks good!... You have an
accessibility issue
that needs to fix.Buttons must have the discernible text
, Set the attributearia-label
to describe the button.<button id="btn" aria-label="Advice Generator"> //... </button>
Hope this is helpful to you... Keep coding👍
Marked as helpful1@mvrius4Posted over 2 years ago@Bayoumi-dev This clearly is helpful. I was really thinking about that. Thanks!
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