Project tracking intro component using HTML, CSS & JS.

Solution retrospective
Any suggestions for improving this solution are most welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Hey Saurav, you've done an awesome job on this challenge. My only real piece of advice would be to avoid putting click listeners on non-interactive elements, like
div
s. People who can't navigate using a trackpad/mouse wouldn't be able to select them. Instead, you can use thebutton
element to trigger actions. If you want an example of this you can take a look at the mobile navigation for Frontend Mentor.I hope that helps. Keep up the great work!
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