Skip to content

Shopping cart application developed in Node.js, designed to manage items and carry out shopping transactions.

Notifications You must be signed in to change notification settings

gufvr/shopee-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Shopping cart application developed in Node.js, designed to manage items and carry out shopping transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published