QBAR.com is a simple, user-friendly web application for generating QR codes and BAR codes. Built with HTML, JavaScript, and Tailwind CSS, it allows you to quickly create and download codes for URLs, text, numbers, and more.
- 🟩 QR Code Generator: Create QR codes for any URL or text.
- 🟦 BAR Code Generator: Generate CODE128 barcodes for text, numbers, or URLs.
- 💾 Download Codes: Download generated QR or BAR codes as PNG images.
- 📱 Responsive Design: Clean, modern UI with Tailwind CSS.
- 🌐 Social Links: Connect with the creator on Instagram, LinkedIn, and GitHub.
Clone this repository or download the ZIP and extract it.
Open homepage.html in your web browser to access the main page.
- To generate a QR code, click QR Code Generator or open
QRcode.html. - To generate a BAR code, click BAR Code Generator or open
Barcode.html.
-
QR Code:
1️⃣ Paste your URL or text in the input field.
2️⃣ Click Generate.
3️⃣ Download the QR code image. -
BAR Code:
1️⃣ Paste your text, number, or URL in the input field.
2️⃣ Click Generate.
3️⃣ Download the BAR code image.
homepage.html— Main landing page.QRcode.html— QR code generator page.Barcode.html— BAR code generator page.qrcode.js— Handles QR code generation logic.barcode.js— Handles BAR code generation logic.home.js— UI enhancements for homepage.
- Tailwind CSS (via CDN)
- QRCode.js (for QR codes)
- JsBarcode (for BAR codes)
All dependencies are loaded via CDN, so no installation is required.
Created by Devang
Contact:
✉️ Email
📸 Instagram
💼 LinkedIn
🐙 GitHub
This project is for educational use. Feel free to modify and share!