ccase

Shopping card case

Usage no npm install needed!

<script type="module">
  import ccase from 'https://cdn.skypack.dev/ccase';
</script>

README

Shopping Cart Implementation (OOP, TDD)

Build Status"> Coverage Status JavaScript Style Guide

This repository contains a CLI app which provides following abilities;

  • Create cart,
  • Add - remove products to cart which belongs categories,
  • Create category may have parent,
  • Apply campaigns and/or coupons to cart,
  • Calculate delivery cost dynamically given params.

:rocket: Installation

npm i -g ccase;
ccase

Extra 'c' is not a typo, cagatay cali's case -> ccase

:books: Docs

Implementation is fully documented with JSDoc,

Documentation