Submitted almost 5 years ago
Project tracking intro component using HTML, CSS & JS.
@sauravchamoli17
Design comparison
SolutionDesign
Solution retrospective
Any suggestions for improving this solution are most welcome.
Community feedback
- @mattstuddertPosted almost 5 years ago
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!
1
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