Product List with cart using react-ts tailwindcss zustand

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@nishanth1596
Hi @bhuvi819381, You're doing a fantastic job, really impressive work so far! I had a few small suggestions that might make the experience even better:
- The card hover transition feels a bit slow, slightly increasing the speed could make it feel smoother and more responsive.
- It looks like the cursor: pointer might be missing on the buttons. Adding it would improve the UX subtly but noticeably.
- You could consider adding a reducer to remove an item from the cart when its quantity drops below one. This would add a nice real-life touch to the cart functionality.
- Adding a small notification (like using react-hot-toast library) when items are added, updated, or removed from the cart could enhance the user experience even more and it's quick to implement!
- Also, there seems to be some inconsistency in the styling of the "Delete" button for cart items, a bit of padding and visual alignment would make it look more consistent and polished.
Overall, really solid work, just a few refinements and it’ll feel even more polished. Keep it up!
Marked as helpful
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