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
- Host: GitHub
- URL: https://github.com/taiseen/e-commerce-react
- Owner: taiseen
- Created: 2022-03-02T09:11:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T21:21:16.000Z (over 2 years ago)
- Last Synced: 2025-01-12T18:51:28.558Z (4 months ago)
- Topics: commerce-js, jsm, material-ui, netlify-deployment, react, react-hook-form, react-router-dom, stripe
- Language: JavaScript
- Homepage: https://e-commerce-js-app.netlify.app
- Size: 227 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)