A simple and efficient tool to generate Google Pay (GPay) QR codes for easy payment processing.
- Generate QR codes for Google Pay payments
- Easy-to-use interface
- Instant QR code generation
- Secure payment processing
- Mobile-friendly design
- Node.js (version 20 or higher)
- NPM or Yarn package manager
- Clone the repository:
git clone https://github.com/codewithrabha/gpay-qr-code.git
- Navigate to the project directory:
cd gpay-qr-code
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Enter your Google Pay UPI ID
- Specify the amount (optional)
- Click "Generate QR Code"
- Share or display the generated QR code for payments
Create a .env
file in the root directory with the following variables:
PORT=3000
NODE_ENV=development
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Rabha
- GitHub: @codewithrabha
Give a ⭐️ if this project helped you!
If you have any questions or suggestions, please feel free to reach out through GitHub issues.