Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanugurajesh/stripe-payment
Start building your payment integrated react application from this template
https://github.com/kanugurajesh/stripe-payment
payment-integration react stripe vercel
Last synced: 2 months ago
JSON representation
Start building your payment integrated react application from this template
- Host: GitHub
- URL: https://github.com/kanugurajesh/stripe-payment
- Owner: kanugurajesh
- Created: 2023-09-21T15:36:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T08:58:38.000Z (about 1 year ago)
- Last Synced: 2024-01-10T22:53:58.932Z (about 1 year ago)
- Topics: payment-integration, react, stripe, vercel
- Language: TypeScript
- Homepage: https://stripe-payment-gamma.vercel.app
- Size: 70.3 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
#### ⭐ star this repo if you like it
# Stripe Payment 🔑
This project is used to provide guidance about how to implement payment integration and payment flow in
react.js
withtypescript
## Installation
Install my-project with npm
```bash
git clone https://github.com/rajesh604/stripe-payment
cd stripe-payment
npm install
npm run build
npm run start
```The project will be running on http://localhost:4242
## Demo
[](https://youtu.be/Atp7zLEkWDw?si=xMjoOwtlmX2BjIua)
## Screenshots
### Payment Screen
![payment screen](https://ik.imagekit.io/hbzknb1hm/Screenshot%202023-09-22%20002737.png?updatedAt=1695322733220)### Payment Processing
![Payment Processing](https://ik.imagekit.io/hbzknb1hm/Screenshot%202023-09-22%20002802.png?updatedAt=1695322839153)### End Screen
![End Screen](https://ik.imagekit.io/hbzknb1hm/Screenshot%202023-09-22%20002818.png?updatedAt=1695322886971)## Usage
You can build your own project on top of this project, thanks to its scalable structure.
## Used By
This project is used by the following companies:
- GDSC MVSR
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Tech Stack
**Client:** React, Vite
**Server:** Node, Express
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)