Design comparison
SolutionDesign
Solution retrospective
I think the most difficult thing was making the modal and responsive design. Maybe I could have reset all values first before beginning. Should I have used animations or transitions for the modals?
I am unsure of my Javascript function structuring.
Community feedback
- @sulemaan7070Posted over 1 year ago
hey angel lam😄, the best way you can make responsive sites is by using the mobile first approach more about it here
as for the error popping up in the above accessibility report , it is because you have used the nav for 2 times.. if you want to use the nav for 2 times you can do this
<nav aria-label="Main navigation"> </nav> <nav aria-label="Secondary navigation"> </nav>
Everything else looks great!! happy coding👍🏻✅
Marked as helpful0
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