Modern E-Commerce App
Summary
A modern, fully responsive e-commerce web app built with React and
Redux, optimized for performance and scalability.
Technologies used: React (Context API, Redux for State Management), CSS
modules.
Description
• Built a responsive E-Commerce app with cart, checkout, and product
listings; improved performance with optimized state management
using Context API.
• Deployed using Vercel with a modern UI optimized for mobile and
desktop.
Visit the Application GitHub Code
Project Overview:1) Home Page
When the app is loaded, the following products are visible with their
corresponding prices and a “Add to Cart” button which will add the product
into the user’s cart, visible in navbar.
2) Cart Dialogue
When a user clicks “Add to Cart” button then the product will be added into
add dialogue where user can set the quantity and total price will also be
updated with the change in quantity.