A simple tool that generates a scannable QR code from any URL or text you enter.
- Text input for entering a URL or any text
- Generates a 200x200 QR code image via the QR Server API
- Input validation — shows an error message if the field is left empty
- QR code image is displayed instantly after generation
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser (requires an internet connection to generate the QR image). - Enter a URL or text and click Generate QR Code to view the resulting QR code.
QR_Generator/
├── index.html
├── style.css
└── script.js