An open API service indexing awesome lists of open source software.

https://github.com/slowy07/commerce-web-shop

simple commercial web shop react js
https://github.com/slowy07/commerce-web-shop

commerce commercejs commercial open-source react reactjs

Last synced: 7 months ago
JSON representation

simple commercial web shop react js

Awesome Lists containing this project

README

          

# commerceWebShop

![license](https://img.shields.io/github/license/slowy07/commerce-web-shop?style=for-the-badge)
![build](https://img.shields.io/github/workflow/status/slowy07/commerce-web-shop/Node%20JS%20CI?style=for-the-badge)
![sizeRepo](https://img.shields.io/github/repo-size/slowy07/commerce-web-shop?style=for-the-badge)

## create products

create product [here](https://dashboard.chec.io/)
copy and paste public key api at `src/lib/commerce.js`

```js
export const commerce = new Commerce("PUBLIC API");
```

## running commerce web shop

```bash
cd commerce-web-shop
npm start
```

## images

![homepage](./images/homepage.png)
![checkout](./images/checkout.png)
![payment](./images/payment.png)