A simple and elegant web application that allows users to generate QR codes from custom input text and download them as image files.
- ✅ Generate QR codes for any text or URL
- 🎯 Customizable size input
- 📥 One-click QR code download
- 🎨 Clean, responsive, and dark-themed UI
- ⚡ No backend required – fully client-side
- HTML5
- CSS3
- JavaScript
- FileSaver.js (via CDN)
- QR Code API by goqr.me
- Open the Live Demo.
- Enter the desired text (URL, name, etc.).
- Enter the size (minimum: 30).
- Click Generate to display the QR code.
- Click Download to save the QR code image.
QR-Code-Generator/
├── qr.html # Main HTML file
├── README.md # This file
Deployed using GitHub Pages 🔗 Live Project: https://yateeshapappala.github.io/QR-Code-Generator/
QR Codes are generated using the open API from:
https://api.qrserver.com/v1/create-qr-code/?data=YOUR_DATA&size=WIDTHxHEIGHT