Cart-Craze is an e-commerce website. This project is part of my portfolio. It shows how I build a shopping website using React. The website lets users filter products, add them to the cart or wishlist, and see the total price.
- Filter products by category and price.
- Add products to the cart or wishlist.
- See the total price of items in the cart.
- A responsive design that works on all devices.
- Single-page navigation using React Router.
- Frontend: React, React Router DOM , Context API, UseReducer
- Styling: Tailwind CSS
- Package Manager/Runtime: Bun
- Hosting: Netlify
You can see the website here: Cart-Craze
Follow these steps to run the project on your computer:
- Clone the repository:
git clone https://github.com/Sachin-Mahato/e-commerce.git
- Go to the project folder:
cd cart-craze
- Install the dependencies:
bun install
- Start the project:
bun run dev
- Open http://localhost:5173 in your browser.
This project is for my portfolio, so I am not accepting contributions.