Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.33 KB

UPI QR Code Generator

This project is a React application that generates UPI (Unified Payments Interface) QR codes. It allows users to create QR codes for UPI payments by entering relevant details such as UPI ID, amount, and transaction note.

Live Demo

You can find a live demo of this project here

Installation

To run this project locally, follow these steps:

  1. Clone the repository
    git clone https://github.com/GiteshDewangan/upi_qr_code_generator.git
  2. Navigate to the project directory:
    cd upi_qr_code_generator
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and go to http://localhost:3000.
  3. Fill in the required details - UPI ID, amount, and transaction note.
  4. Click on the "Generate QR Code" button to create the QR code.
  5. You can download the generated QR code by right-clicking on it and selecting "Save image as".

Contributing

Contributions are welcome! If you have any ideas, enhancements, or bug fixes, feel free to open an issue or create a pull request.

This README should provide users with all the necessary information to understand, install, and utilize the project effectively. Let me know if you need further assistance!