Responsive Project Tracking Intro Component

Solution retrospective
All comments are most welcome. Let me know what I can improve more.
Happy Coding
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NehalSahu8055
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😄
- You can add some accessibility features for
Join 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