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

https://github.com/taiseen/e-commerce-react

E-Com | JSM
https://github.com/taiseen/e-commerce-react

commerce-js jsm material-ui netlify-deployment react react-hook-form react-router-dom stripe

Last synced: 3 months ago
JSON representation

E-Com | JSM

Awesome Lists containing this project

README

        

02 Mar 2022

22 Apr 2022 ==> restart after - 1 month 20 days

# e-Commerce | React + Material UI | [Live Link](https://e-commerce-js-app.netlify.app)

## For backend, use [commercejs.com](https://commercejs.com)
## For payment, use [stripe](https://stripe.com)

`API Key` is needed for using - `commercejs` as a backend

`API Key` is needed for using - `stripe` as a payment system

## Installable Packages || Needful Dependencies

|No| Package Installs | Usage of |
|--|------------------------------------|---------------------------------------|
| 1| yarn add `react-router-dom` | Enables dynamic routing in web-app |
| 2| yarn add `react-hook-form67` | Form validation |
| 3| yarn add `@material-ui/core` | Designing UI of app |
| 4| yarn add `@material-ui/icons` | Icon's for designing UI |
| 5| yarn add `@chec/commerce.js` | Headless eCommerce Backend |
| 6| yarn add `@stripe/stripe-js` | Payment Request API |
| 7| yarn add `@stripe/react-stripe-js` | a thin wrapper around Stripe Elements |

Inspired by learning form[.](https://youtu.be/377AQ0y6LPA)