This project is an e-commerce website that allows users to browse and buy products. It has features like viewing products, adding them to a cart, and checking out.
- The website displays various products with their pictures, names, prices, and buttons to add them to the shopping cart.
- Users can use filters to sort products by name, or prices.
- There's a cart section where users can see the products they added, along with quantities and total cost.
- Users can increase, decrease, or remove items from the cart.
- Real-time updates of the cart total and item count are displayed.
- A checkout process calculates the total cost of items in the cart.
- Users can enter shipping information and other details.
- The website works well on both desktop and mobile devices.
- It adjusts its layout for different screen sizes.
- React
- JavaScript
- Bootstrap
- CSS
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/Cvanshulll/ecommerce.git
- Navigate to the project directory:
cd ecommerce
- Install dependencies:
npm install
- Start the development server:
npm start
This project is deployed on Netlify. You can access the live version here.
Find the code on GitHub.
This project was developed by Vanshul as part of the TotalityCorp Frontend Challenge.
Thank you for checking out our E-Commerce Website project! If you have any questions or feedback, please feel free to reach out.