Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 380 Bytes

Shopping Cart Dojo

Running tests

  1. Make sure you have node installed
  2. Install dependencies
npm install
  1. Run tests ´´´sh npm run test ´´´

Tasks

  1. Implement adding items to the cart
  2. Implement removing items from the cart
  3. Implement updating items in the cart
  4. Implement calculating the total of the cart
  5. Implement using coupons on the cart