Skip to content

aviiciii/qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

This is a QR code generator web application that allows users to generate QR codes for various purposes. The application is built using HTML, CSS, and JavaScript and utilizes the GoQR API service for generating QR codes.

Demo

You can access the live demo of the QR code generator website here.

Features

  • Generate QR codes for different types of data:
    • Website URLs
    • Text
    • Contact information (vCard)
    • Phone numbers
    • Email addresses
    • Geolocation coordinates
  • Customize QR code parameters:
    • Size
    • Error correction level
    • Foreground and background colors

Installation

To run the QR code generator locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/qr-code-generator.git
  2. Navigate to the project directory:

cd qr-code-generator
  1. Open the index.html file in your preferred web browser.

Usage

  1. Open the QR code generator website.
  2. Select the type of data you want to encode in the QR code.
  3. Enter the required information based on the selected data type.
  4. Customize the QR code parameters if desired.
  5. Click the "Generate QR Code" button.
  6. The QR code will be displayed on the screen. You can save it by right-clicking on the QR code and selecting "Save Image" or use it directly.

Contributing

Contributions to the QR code generator project are welcome! If you have any ideas for improvements or bug fixes, feel free to open an issue or submit a pull request.

License

The QR code generator is licensed under the MIT License.

Credits

The QR code generation functionality is powered by the GoQR API service. The project uses the following open-source libraries:

Contact

If you have any questions or suggestions, please feel free to contact me at your-email@example.com.