This is a simple web application that allows you to generate a QR code based on user input. The application is built using HTML, CSS, and JavaScript.
- Enter the text or URL for which you want to generate a QR code in the input field.
- Press the "Generate QR Code" button or hit the Enter key to generate the QR code.
- The generated QR code will be displayed below the input field.
You can try the live demo of the QR Code Generator here.
To run the QR Code Generator locally, follow these steps:
-
Clone the repository:
git clone https://github.com/raheemelassadi/qr-code-generator.git cd qr-code-generator
This application uses the QRCode.js library for generating QR codes.