Task 1 - E-Commerce Product Listing
Task 1 - E-Commerce Product Listing
🛠 Task Description:
You need to build a basic e-commerce platform where users can browse products, add
products to the cart, and place an order. The project should be developed using the MERN
stack (MongoDB, Express.js, React.js, Node.js), and Redux must be used for managing the
cart state.
📌 Requirements:
Frontend (React.js + Redux)
Expected Outcome:
By the end of this task, you should have a functional e-commerce app where users can browse
products, add them to the cart using Redux, and place an order. The backend should handle
product retrieval, cart storage, and order processing.