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: 10 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T08:58:38.000Z (over 2 years ago)
- Last Synced: 2025-08-26T02:02:08.165Z (10 months ago)
- Topics: payment-integration, react, stripe, vercel
- Language: TypeScript
- Homepage: https://stripe-payment-gamma.vercel.app
- Size: 70.3 KB
- Stars: 13
- 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 with typescript
## 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 Processing

### End Screen

## 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
[](https://choosealicense.com/licenses/mit/)