ashmaupret100 / Ecommerce-website

This project is a web application built using Next, Redux,JSON and other technologies. The website allows users to browse items, add them to a cart, and complete the purchase process. Only logged-in users can access the cart page, and user data is stored using JSON Server.
https://ecommerce-website-ruby-ten.vercel.app
0 stars 1 forks source link

Cart Functionality #6

Open ashmaupret100 opened 1 year ago

ashmaupret100 commented 1 year ago

Adding Products: Provide users the capability to effortlessly add items to their cart directly from product listings or product detail pages.

Cart Summary: Display a concise summary indicating the total number of items in the cart and the cumulative price, offering users instant visibility into their selections.

Cart Management: Allow users to navigate to a dedicated cart page to review and modify their selected items. They should have the option to update quantities and remove products.

Comprehensive Pricing: Implement a robust pricing system that computes the subtotal based on selected quantities, while accurately factoring in taxes, shipping fees, and other relevant charges.

Backend Storage: Establish a connection to the backend to securely store cart data, associating it with the user's session or account. This ensures that users can resume their shopping later without losing their selections.

Estimated Time Of Submission: 5Days

ashmaupret100 commented 1 year ago

The successful implementation of the "Add to Cart" functionality on our e-commerce landing page . Users can now effortlessly select products and add them to their virtual shopping carts. This feature enables streamlined shopping, allowing users to preview their selections and proceed to the checkout page for a seamless experience. This achievement marks a key milestone in our application's functionality, setting the stage for future enhancements.

Image

Image