A lightweight and responsive Text-to-QR Code Web App built with HTML, CSS, and JavaScript. This tool allows users to convert any text into a QR code, preview it instantly, and save the generated QR code as a PNG file.
The Text-to-QR Code Generator is designed to make text encryption into QR codes simple and intuitive. You can generate QR codes for any type of content — URLs, phone numbers, email addresses, plain text, or contact info — and download or scan them directly from the interface.
✅ Text Encryption – Convert any text, link, or contact info into a scannable QR code. ✅ Instant Preview – The generated QR code is displayed live in the preview area. ✅ Edit or Regenerate – Change your input and instantly see the updated QR code. ✅ Save to Device – Download the generated QR code as a .png image. ✅ Scan Support – QR code can be scanned by any camera or QR scanning app. ✅ Offline Friendly – Works even without an internet connection.
| Layer | Technologies Used |
|---|---|
| Frontend | HTML5, CSS3, JavaScript |
| Library | QRCode.js (for code generation) |
| Output | PNG image download |
| Compatibility | Works on all modern browsers and mobile devices |
Text-to-QR_Code/
│
├── img/ # Contains saved QR or UI images
├── lib/ # Contains QR generation libraries
│
├── index.html # Main interface
├── lakit.json # Configuration / manifest file
├── screens.png # Project screenshot
├── LICENSE # License details
└── README.md # Project documentation
- Open the web app in your browser (
index.html). - Enter the text, link, or number you want to encrypt.
- Click Generate QR Code.
- Preview the QR code instantly on the screen.
- Click Save / Download to export the QR code in
.pngformat.
- 🔗 Create quick-access URLs
- 📞 Encode contact details or phone numbers
- 📧 Generate QR for email addresses
- 🗒️ Save notes, IDs, or short messages as QR
- 🎓 Educational or portfolio QR links
- Built as a mini utility project to demonstrate web-based text encryption and visualization.
- Fully client-side, no database or backend required.
- Can be integrated into larger projects (like your Shoutout Form) to generate QR-based access or tracking links.
This project is licensed under the MIT License.
Developed with ❤️ by Vignesh G
