PaySwitch is a simple and efficient payment integration demo that supports both Razorpay and PayPal. It showcases seamless payment handling with a responsive UI, making it a great starting point for integrating multiple payment gateways into web applications. Perfect for developers exploring payment solutions!
- Integration of Razorpay for seamless online payment processing.
- Integration of PayPal for a secure payment gateway option.
- Responsive design for a user-friendly experience across devices.
- Frontend: React.js
- Backend: Node.js (Express.js)
- Payment Gateways: Razorpay, PayPal
- Styling: CSS
To run the project locally, follow these steps:
- Node.js and npm should be installed. You can download and install Node.js from here.
git clone https://github.com/sanmay-sr/paySwitch.git
cd paySwitch
### Notes:
- Ensure that you have your API keys correctly added to the `.env` file in both the frontend and backend directories.
- This README provides basic installation and usage instructions and explains how to contribute to the repository.
You can also customize the README as needed based on further project features or details. Let me know if you need any adjustments!