Design comparison
Solution retrospective
Adding accessibility and semantic HTML5 is what I am most proud of.
I can submit another solution using React
and tailwindcss
.
there are no tough challenges that I face in this challenge but I have a little challenge which is adding an active state and removing from other children I searched a lot and finally, I found the solution in the poe.com
.
I think I covered the most areas in that challenge, so I can't think of any places where I need help.
Community feedback
- @KrishnaPoddar1Posted 5 months ago
Hey @coder-abdo . I went through your solution and i think you can Improve the accessibility by using <section> instead of <div>. Along with that i think it will be better to add the relative path to your files rather than absolute one's Eg:
Marked as helpful0@coder-abdoPosted 5 months ago@KrishnaPoddar1 thanks for your comment I tested my solution using Lighthouse in Google Chrome and it gives me 100% accessibility so it is not a significant impact changing
div
tosection
and I used relative path0
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