/shopee-cart-js

DIO's Node.js Training practical challenge

Primary LanguageJavaScriptMIT LicenseMIT

DIO Education

Recreating Shopee's shopping cart logic

DIO Project Nivel



Project

Recreating the logic behind Shopee's shopping cart, where a cart must store items and calculate the total and sub-items automatically.

Running locally

Clone the project:

git clone https://github.com/matheustrres/shopee-cart-js.git

Enter the project directory:

cd shopee-cart-js

Install the necessary dependencies:

pnpm install

Start the project:

pnpm start