This is an e-commerce storefront built with React and Redux, showcasing a catalog of products that users can browse by category.
Alejandra Altamirano
- List of product categories
- View products by selected category
- Scalable architecture with Redux for state management
- React
- Redux Toolkit
- Material UI
- React Router (for future phases)
To get a local copy up and running follow these simple steps.
-
npm
npm install npm@latest -g
-
Clone the repo
-
npm install
-
npm start
This application allows users to:
Browse products in the store.
Filter products by category.
Phase 1: Create an e-Commerce storefront using React with Redux, coupled with your live API server.
Phase 2: Product Detail View
Phase 3: Shopping Cart
Phase 4: Checkout & Order Processing
Jacob Knaack, Codefellows, and ChatGPT
