Submitted about 1 year ago
Responsive Project Tracking Intro Component
@KrishnaVishwakarma1595
Design comparison
SolutionDesign
Solution retrospective
All comments are most welcome. Let me know what I can improve more.
Happy Coding
Community feedback
- @NehalSahu8055Posted about 1 year ago
Hello Coder 👋
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding accessibility
- You can add some accessibility features for
hamburger menu
, - You can use
aria-expanded
and toggling menu witharia-expanded=true/false
- Also you are using
two navs(mobile and desktop)
for the same menu, you have to use only once and use it accordingly using flex-direction with some modifications
I hope you find this helpful.
Happy coding😄
1 - You can add some accessibility features for
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