billychen0894 / florist-ecommerce-app

Florist eCommerce App built with Next.js 14
https://florist-ecommerce-app.vercel.app
0 stars 0 forks source link

Feat/products: implements add to cart flow and cart summary #64

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

This PR adds add-to-cart flow for users adding/removing products to their cart and also the cart items are cached within localStorage for 3 days, so it allows users to revisit what they have added to the cart. In addtion, when adding products to cart it gives feedback to users when products are added.