A Shopping Cart application built with React for TheOdinProject. The application allows users to browse through a collection of products, add or remove items from their cart, and proceed to checkout.
✧ Browse products in the shop
✧ Add products to the cart
✧ Remove products from the cart
✧ Adjust the quantity of products in the cart
✧ View the total cost of items in the cart
- Implement functionality to allow users to select size for products
- Organize products into categories for easier browsing and filtering
- Add search bar to enable users to search for specific products
- Add persistent storage for cart data
- Integrate a mock payment gateway to enable users to checkout and pay for their orders
✧ React Router
✧ React Context and Reducer
✧ Lazy Loading images
✧ Intl.NumberFormat
✧ Custom hooks