Ezee Cart Blitz is a simple shopping cart website built with React. Users can browse products, search items, add them to cart, change quantity, and place an order.
- Shows a list of products
- Lets users filter products by category
- Lets users search products by name/category
- Shows a single product details page
- Supports add to cart and remove from cart
- Supports increasing and decreasing item quantity
- Automatically updates subtotal, shipping, tax, and total
- Shows order confirmation popup before final checkout
- React
- Redux Toolkit + React Redux
- React Router DOM
- Vite
- Bootstrap + Bootstrap Icons
- SweetAlert2
git clone <your-repository-url>
cd ezeeblitznpm installnpm run devAfter running this command, open the local URL shown in your terminal.
Example: http://localhost:5173
npm run dev- Run app in development modenpm run build- Build app for productionnpm run preview- Preview production build locallynpm run lint- Check code quality with ESLint
src/
components/
body/
cart/
extra/
nav/
products/
features/
cart/
product/
pages/
App.jsx
main.jsx
data.js
Place screenshots inside docs/screenshots/ with the names below.
Student project created in Sachine Sir's React practice workflow.



