Welcome to the Shopee Cart Project! This project aims to create a shopping cart system inspired by Shopee, designed to store items and automatically calculate sub-items.
- Add Items: Add various items to the cart.
- Calculate Totals: Automatically calculates the total price of items.
- Manage Quantities: Adjust the quantity of items in the cart.
- src/
- cart.js: Manages the shopping cart functionalities.
- item.js: Defines the item structure and behavior.
Clone the repository:
git clone https://github.com/gufvr/shopee-cart.git
Navigate to the project directory:
cd shopee-cart
Install dependencies:
npm install
npm start
Feel free to contribute to this project by creating issues or submitting pull requests.
This project is open-source and available under the MIT License.