# technical-test-shopping-cart-mgmt

> Shopping cart management, build for technical Test

Latest version **1.0.0** (published 2022-05-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install technical-test-shopping-cart-mgmt
pnpm add technical-test-shopping-cart-mgmt
yarn add technical-test-shopping-cart-mgmt
bun add technical-test-shopping-cart-mgmt
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-05-07 |
| First published | 2022-05-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | rochateer |
| Maintainers | rochateer |
| Keywords | shopping-cart, technical-test |

## Links

- npm: https://www.npmjs.com/package/technical-test-shopping-cart-mgmt
- Repository: https://github.com/ROCHTR/technical-test-shopping-cart-mgmt
- Homepage: https://github.com/ROCHTR/technical-test-shopping-cart-mgmt#readme
- Issues: https://github.com/ROCHTR/technical-test-shopping-cart-mgmt/issues
- npm.io page: https://npm.io/package/technical-test-shopping-cart-mgmt

## Recent versions

- 1.0.0 (latest) — 2022-05-07

## README

# What is this?

Simple shopping cart system build fpr you

# Installation

```bash
$ npm install technical-test-shopping-cart-mgmt
```

# How to Use

import Cart from 'technical-test-shopping-cart-mgmt'

let keranjang = new Cart()

keranjang.tambahProduk("Pisang Hijau", 2); //=> For Add Product to cart

keranjang.tambahProduk("Semangka Kuning", 3); //=> For Add Product to cart

keranjang.hapusProduk("Semangka Kuning"); //=> For Delete Product to cart

keranjang.tampilkanCart(); //=> For Show Product inside the cart

## Or you can

open index.html and use the library in your browser console

## Testing

you can test this library using

```bash
$ npm install && npm test
```

---
_Source: https://npm.io/package/technical-test-shopping-cart-mgmt · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
