- Make sure you have node installed
- Install dependencies
npm install
- Run tests ´´´sh npm run test ´´´
- Implement adding items to the cart
- Implement removing items from the cart
- Implement updating items in the cart
- Implement calculating the total of the cart
- Implement using coupons on the cart