Skip to content

gmpsankalpa/qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A simple web application for generating QR codes from text input.

Table of Contents

Features

  • Generate QR codes from text input.
  • Download generated QR codes as PNG images.
  • User-friendly interface.

Demo

You can see a live demo of the QR Code Generator here.

Installation

  1. Clone the repository:

    git clone https://github.com/gmpsankalpa/qr-code-generator.git
  2. Open the project directory:

    cd qr-code-generator
  3. Open index.html in your preferred web browser.

Usage

  1. Enter the text for which you want to generate a QR code in the input field.
  2. Click the "Generate QR Code" button to create the QR code.
  3. Optionally, click the "Download PNG" button to save the generated QR code as a PNG image.

Contributing

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
  3. Commit your changes:
    git commit -m "Add your feature description"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

License

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


repo size GitHub forks GitHub stars GitHub LastCommit