A simple web application for generating QR codes from text input.
- Generate QR codes from text input.
- Download generated QR codes as PNG images.
- User-friendly interface.
You can see a live demo of the QR Code Generator here.
-
Clone the repository:
git clone https://github.com/gmpsankalpa/qr-code-generator.git
-
Open the project directory:
cd qr-code-generator
-
Open
index.html
in your preferred web browser.
- Enter the text for which you want to generate a QR code in the input field.
- Click the "Generate QR Code" button to create the QR code.
- Optionally, click the "Download PNG" button to save the generated QR code as a PNG image.
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature description"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.