QR Code Generator

Ackhava Adam Malonda

Javascript

This project is a QR code generator. To use this, write the text in the text field and then click on the button. The QR code will appear below. To make this, I used a QR code API that returns QR code images as the output. I then set the source tag of an image tag to show the actual QR code. Notice that an alert will then appear, saying that the QR code has been generated. However, due to styling problems currently it does not support screens that are too small. In this case there is a JavaScript safeguard which prevents the user from reaching a problematic user experience and instead replaces the UI with a simple message stating the problem.