Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonderklaas/stripe-payments
Go through React store, made with React Context API + TypeScript. You can add, remove products from cart and checkout to Payment, which comes from Stripe API
https://github.com/vonderklaas/stripe-payments
context-api react stripe
Last synced: 15 days ago
JSON representation
Go through React store, made with React Context API + TypeScript. You can add, remove products from cart and checkout to Payment, which comes from Stripe API
- Host: GitHub
- URL: https://github.com/vonderklaas/stripe-payments
- Owner: vonderklaas
- Created: 2023-01-22T13:27:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T16:09:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T10:33:19.507Z (2 months ago)
- Topics: context-api, react, stripe
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Stripe Payments
Go through React store, made with React Context API + TypeScript. You can add, remove products from cart and checkout to Payment, which comes from Stripe API
### How to run?
1 - CLONE PROJECT
```
git clone
```2 - INSTALL PACKAGES
```
npm i
```3 - ENTER VARIABLES
```
STRIPE_SECRET_KEY=
```4 - RUN SERVER (server folder)
```
npm run dev
```5 - RUN CLIENT (client folder)
```
npm run dev
```