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.
You can find a live demo of this project here
To run this project locally, follow these steps:
- Clone the repository
git clone https://github.com/GiteshDewangan/upi_qr_code_generator.git
- Navigate to the project directory:
cd upi_qr_code_generator
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
. - Fill in the required details - UPI ID, amount, and transaction note.
- Click on the "Generate QR Code" button to create the QR code.
- You can download the generated QR code by right-clicking on it and selecting "Save image as".
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!