A split-second, privacy-focused QR code generator that runs entirely in your browser. No backend, no tracking, just pure utility.
- ⚡ Instant Generation: Generates QR codes in real-time as you type or click.
- 📱 Mobile Optimized: Tested and polished for iOS and Android devices.
- 💾 Download PNG: Save high-quality QR code images directly to your device.
- 🔗 Smart Sharing: Uses the native Web Share API on mobile to share QR codes directly to WhatsApp, Slack, Messages, etc.
- 🔒 Privacy First: Everything happens client-side. Your URLs never leave your browser.
- 🎨 Clean Design: Minimalist, distraction-free UI.
(Note: If the link doesn't work yet, enable GitHub Pages in your repository settings!)
- Enter any valid URL (e.g.,
https://google.com). - Click Generate (or hit Enter).
- Download the image or use the Share button (mobile only) to send it to others.
Since this is a static web app, you don't need to install anything!
- Clone the repository:
git clone https://github.com/madil786110/qr-code-generator.git
- Open
index.htmlin your favorite browser.
- HTML5 & CSS3: Semantic markup and responsive flexbox layout.
- Vanilla JavaScript: No frameworks, lightweight and fast.
- QRCode.js: Library for generating QR codes.
This project is open source and available under the MIT License.