Skip to content

QRCode-Generator-JS is a responsive web application by Bocaletto Luca that lets users generate QR codes from text or URLs. Featuring real-time QR rendering, a sleek UI, and an option to download the generated image, this app is perfect for personal and professional use. By Bocaletto Luca

License

Notifications You must be signed in to change notification settings

lucaboca82/QRCode-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCode-Generator-JS

QRCode-Generator-JS is a responsive web application developed by Bocaletto Luca that allows users to generate QR codes from any text or URL in real time. The app features a sleek, professional user interface and provides an option to download the generated QR code as a PNG image.

HTML5 CSS3 JavaScript License: GPLv3 Open Source Responsive Multi-Platform Web App

Features

  • Real-time QR Code Generation: Enter text or URLs to instantly generate a QR code.
  • Download QR Code: Save the generated QR code image directly to your device.
  • Responsive Design: Optimized for both desktop and mobile devices.
  • Sleek and Minimal UI: Clean design for a professional look.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • QRCode.js: A lightweight library for generating QR codes.

Installation

  1. Clone the repository: git clone https://github.com/BocalettoLuca/QRCode-Generator-JS.git

  2. Navigate to the project directory: cd QRCode-Generator-JS

  3. Open the index.html file in your web browser. You can open the file directly or use a local development server (for example, use the Live Server extension in Visual Studio Code).

Usage

  1. Enter Text or URL:
    Fill in the input field with your desired text or URL.

  2. Generate QR Code:
    Click the Generate QR Code button to create the QR code, which will be rendered in the designated area.

  3. Download the QR Code:
    Once the QR code is generated, click the Save QR Code button to download the image as qrcode.png.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch:

git checkout -b feature/your-feature-name

  1. Commit your changes:

git commit -m "Add some feature"

  1. Push to your branch:

git push origin feature/your-feature-name

  1. Open a pull request with a detailed description of your changes.

License

This project is licensed under the GPL v3. See the LICENSE file for details.

Contact

For any questions or suggestions, please contact Bocaletto Luca and visit website here site-https://bocaletto-luca.github.io.

About

QRCode-Generator-JS is a responsive web application by Bocaletto Luca that lets users generate QR codes from text or URLs. Featuring real-time QR rendering, a sleek UI, and an option to download the generated image, this app is perfect for personal and professional use. By Bocaletto Luca

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • CSS 27.0%
  • HTML 21.1%