Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Latest commit

 

History

History
58 lines (40 loc) · 1.93 KB

File metadata and controls

58 lines (40 loc) · 1.93 KB

Zarco QR Code Generator

QR Code Generator Screenshot

Overview

The Zarco QR Code Generator is a sleek, modern web application designed to instantly create custom QR codes from any URL or text input. Built with a focus on user experience, it features a clean interface, real-time QR code generation, and the ability to download generated QR codes as PNG images.

Features

  • Instant Generation: Quickly convert text or URLs into scannable QR codes.
  • Download Functionality: Save your generated QR codes as PNG files.
  • Responsive Design: Optimized for use across various devices and screen sizes.
  • Modern UI: A visually appealing interface with a dark theme and frosted glass effects.

Technologies Used

  • HTML5: For structuring the web content.
  • CSS3: Custom styling with a focus on modern aesthetics, including Google Fonts (Poppins) and backdrop-filter effects.
  • JavaScript: For interactive elements and core application logic.
  • ajax_qrcode.js: A dedicated JavaScript library for robust QR code generation.

How to Use

  1. Enter Text or URL: Type or paste your desired text or URL into the input field.
  2. Generate QR Code: Click the "Generate" button to instantly display your QR code.
  3. Download QR Code: Click the "Download" button to save the generated QR code as a qrcode.png file to your device.

Preview:

You can preview this project using this link: https://zarcodex.github.io/Zarco-QR-Code-Generator

Project Structure

.
├── index.html
├── css/
│   └── main.css
├── images/
│   ├── bg.jpg
│   ├── preview.png
│   └── favicon.png
├── js/
│   └── script.js
└── library/
    └── ajax_qrcode.js

License

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

Copyright

© 2025 ZarCodeX • All Rights Reserved