Design comparison
Solution retrospective
Any constructive feedback is welcomed.
Community feedback
- @TagviPosted about 3 years ago
Hello, the project is nicely done, but needs some improvements to the cart functionality, when adding the items twice, they get re-added. Also, when adding 0 items the cart gets cleared. In addition to those, you might want to consider animating the little orange border on the bottom of the navbar simply by setting the width to 0 and changing it to 100% on hover :).
0@avatarfreakPosted about 3 years ago@Tagvi Thanks for the update and spotting error. Errors in question have been rectified. While I appreciate your suggestion for animating on hover. However, changing the width on the hover is not good practice. It is expensive computation. The browser has to re-calculate the position. Instead, scale is a better option. I have applied it using scaling. I really appreciate your time. Happy coding.
0 - @ccreusatPosted about 3 years ago
Awesome job!
0
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