Product list with cart

Solution retrospective
implemented the model view controller design pattern i learnt recently
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SudipKhatri036
Well Done! Your solution looks great. These two minor fixes will make your project more perfect
-
.add-to-cart, .update_quantity { transition: all .5s ease-in-out; // this is making ui experience feel like slow and laggy reduce this value to make user experience better } *while adding item to cart button state is taking more time that's making it feel like slow .
-
While removing one cart item after adding two or more items the state of added items is not staying same in increase decrease state but it is going back to add to cart state. You can go through my solution for idea it is not that great but i think you will get idea for this.
Happy coding! 🙂
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