Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 973 Bytes

readme.md

File metadata and controls

52 lines (31 loc) · 973 Bytes

Shopee's cart

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.

Features

  • 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.

Project Structure

  • src/
    • cart.js: Manages the shopping cart functionalities.
    • item.js: Defines the item structure and behavior.

Installation

Clone the repository:

git clone https://github.com/gufvr/shopee-cart.git

Navigate to the project directory:

cd shopee-cart

Install dependencies:

npm install

Run the application

npm start

Contributing

Feel free to contribute to this project by creating issues or submitting pull requests.

Licence

This project is open-source and available under the MIT License.