Skip to content

A simple and efficient tool to generate Google Pay (GPay) QR codes for easy payment processing.

Notifications You must be signed in to change notification settings

codewithrabha/gpay-qr-code

Repository files navigation

Google Pay QR Code Generator [NextJs v15]

A simple and efficient tool to generate Google Pay (GPay) QR codes for easy payment processing.

🚀 Features

  • Generate QR codes for Google Pay payments
  • Easy-to-use interface
  • Instant QR code generation
  • Secure payment processing
  • Mobile-friendly design

📋 Prerequisites

  • Node.js (version 20 or higher)
  • NPM or Yarn package manager

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/codewithrabha/gpay-qr-code.git
  1. Navigate to the project directory:
cd gpay-qr-code
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

💻 Usage

  1. Enter your Google Pay UPI ID
  2. Specify the amount (optional)
  3. Click "Generate QR Code"
  4. Share or display the generated QR code for payments

🔧 Configuration

Create a .env file in the root directory with the following variables:

PORT=3000
NODE_ENV=development

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author

Rabha

⭐️ Show your support

Give a ⭐️ if this project helped you!

📞 Contact

If you have any questions or suggestions, please feel free to reach out through GitHub issues.

About

A simple and efficient tool to generate Google Pay (GPay) QR codes for easy payment processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published