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.
- 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.
- HTML5
- CSS3
- JavaScript (ES6+)
- QRCode.js: A lightweight library for generating QR codes.
-
Clone the repository: git clone https://github.com/BocalettoLuca/QRCode-Generator-JS.git
-
Navigate to the project directory: cd QRCode-Generator-JS
-
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).
-
Enter Text or URL:
Fill in the input field with your desired text or URL. -
Generate QR Code:
Click the Generate QR Code button to create the QR code, which will be rendered in the designated area. -
Download the QR Code:
Once the QR code is generated, click the Save QR Code button to download the image asqrcode.png
.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add some feature"
- Push to your branch:
git push origin feature/your-feature-name
- Open a pull request with a detailed description of your changes.
This project is licensed under the GPL v3. See the LICENSE file for details.
For any questions or suggestions, please contact Bocaletto Luca and visit website here site-https://bocaletto-luca.github.io.