QRCode Generator is a web application that enables users to generate QR codes for URLs. Users can input any valid URL, and the application will generate a corresponding QR code that can be downloaded or scanned using a QR code reader.
Try out the live demo of the QRCode Generator here.
- User-friendly interface: Input a URL and click "Generate" to create the QR code.
- Download QR code: Users can download the generated QR code as a PNG image.
- Clone the repository:
git clone https://github.com/nothearty/qrcodeGenerator
- Open the index.html file in your web browser.
-
Enter a valid URL in the input field.
-
Click the "Generate" button to create the corresponding QR code.
-
The generated QR code will be displayed on the screen.
-
Optionally, click the download button to save the QR code as a PNG image.
- HTML
- CSS
- JavaScript
- GoQR API
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.