Skip to content

"Ecomzy: A React.js shopping cart demo with product management and price calculation."

License

Notifications You must be signed in to change notification settings

abhiXsliet/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart (Ecomzy)

The Shopping Cart, also known as Ecomzy, is a simple web application built during web development bootcamp to understand the concept of store and slices in React.js. It demonstrates the basic functionality of a shopping cart, allowing users to add products, adjust quantities, and calculate the total price. The application utilizes React, HTML, and CSS (Tailwind) to create a responsive and user-friendly interface. EXPLORE!

Features

  • Product Listing: Users can view a list of available products, including their name, price, and an option to add them to the cart.

  • Cart Management: Users can add products to the cart, adjust the quantity of each item, and remove items from the cart.

  • Total Calculation: The application calculates and displays the total price of all the products in the cart.

Installation

To run the Shopping Cart locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/abhixsliet/shopping-cart.git
  1. Navigate to the project directory:
cd shopping-cart
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to access the application.

Additional Resources

If you're new to React or need a refresher, the following resources may be helpful:

Contribution

The Shopping Cart project was built during a web development bootcamp as part of the learning process. Contributions are welcome if you'd like to enhance the functionality or improve the code. Here's how you can contribute to the Shopping Cart project:

  1. Fork the repository.

  2. Create a new branch: git checkout -b my-feature-branch.

  3. Make your changes and commit them: git commit -m 'Add some feature'.

  4. Push to the branch: git push origin my-feature-branch.

  5. Submit a pull request.

Please note that this project was primarily intended for learning and practice, so major feature additions or architectural changes may not be accepted. However, bug fixes, code optimizations, and small enhancements are appreciated.

License

The Shopping Cart is released under the MIT License. Feel free to use and modify the code according to your needs.


Thank you for your interest in the Shopping Cart project! If you have any questions or need further assistance, please don't hesitate to reach out. Happy shopping!