
Design comparison
Community feedback
- P@AydanKaraPosted 6 days ago
Hi @mandrisic
Your code is well-structured and makes good use of semantic HTML, which improves accessibility. I really liked the way you used aria-label and aria-live for screen readers.
One improvement I’d suggest is to refactor the cart update logic into a function to reduce repetition.
- Something like this:
const updateCartDisplay = () => { /* logic here */ };
This will reduce repetition and improve readability.
Overall, you’ve done a fantastic job! The project is well-structured and functional. A few small changes will make it even better. Keep up the great work! 🚀
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