This is a simple QR code generator web application built with HTML
, CSS
, and JavaScript
. It allows users to generate QR codes from text input and provides a visual representation of the QR code.
Generate QR codes from text input. Display the generated QR code.
Enter the text you want to encode into a QR code in the input field. Click the "Generate QR Code" button. If the input field is not empty, the QR code will be displayed in the QR code image box. If the input field is empty, the input field will briefly turn red to indicate an error.
The QR code generation is powered by the QRServer API
.