Skip to content

Tehem/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QR Code Generator

A simple, elegant web application that generates QR codes from URLs. No server required β€” runs entirely in the browser.

QR Code Generator

Features

  • πŸ”— Generate QR codes from any URL
  • πŸ“± Scannable with any smartphone camera
  • πŸ’Ύ Download QR codes as PNG images
  • πŸŒ™ Beautiful dark theme UI
  • ⚑ No dependencies to install β€” uses CDN
  • πŸ”’ Privacy-friendly β€” all processing happens locally

Usage

Simply open index.html in your web browser. That's it!

# macOS
open index.html

# Linux
xdg-open index.html

# Windows
start index.html

Or serve it with any static file server:

# Python
python -m http.server 8000

# Node.js (npx)
npx serve .

# PHP
php -S localhost:8000

Then navigate to http://localhost:8000

How It Works

  1. Enter a URL in the input field
  2. Click "Generate QR Code"
  3. Scan the QR code with your phone, or download it as PNG

Tech Stack

  • Vanilla HTML, CSS, JavaScript
  • QRCode.js for QR code generation (loaded via CDN)
  • DM Sans font from Google Fonts

License

MIT

About

Generate a QRCode from an URL

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages