https://github.com/ankitchoudhary-vcf/payment_integration
Task3 Payment_integration given by Sparks Foundation
https://github.com/ankitchoudhary-vcf/payment_integration
react react-router reactjs
Last synced: 2 months ago
JSON representation
Task3 Payment_integration given by Sparks Foundation
- Host: GitHub
- URL: https://github.com/ankitchoudhary-vcf/payment_integration
- Owner: ankitchoudhary-vcf
- Created: 2021-08-09T06:50:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T04:32:26.000Z (almost 5 years ago)
- Last Synced: 2025-12-29T06:45:58.514Z (6 months ago)
- Topics: react, react-router, reactjs
- Language: JavaScript
- Homepage: https://ankitchoudhary-vcf.github.io/Payment_integration/#/
- Size: 760 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Payment Integration Application!!
***
Check out the [Payment Integration](https://ankit1509.github.io/Payment_integration)

***
***
## Introduction
***
- This is a Payment Integration Application build with React JS.
- Task3 - Payment Integration System of Web development and designing internship, given by The Sparks Foundation.
***
***
## Running the project
***
1. Clone the GitHub repository.
```bash
git clone https://github.com/ankit1509/Payment_integration.git
```
2. Install the project.
```bash
cd Payment_integration
npm install
```
3. Start the project.
```bash
npm start
```
A web browser should automatically open [http://localhost:3000](http://localhost:3000).
***
***
## -By Dev [Ankit Choudhary](https://github.com/ankit1509)