This project is a simple QR Code Generator built using HTML, CSS, and JavaScript. The app allows users to generate a QR code based on any text or URL input and provides the option to download the generated QR code as a PNG image.
- Input URL/Text: Users can enter any text or URL to generate a QR code.
- Generate QR Code: The app uses an external API (
https://api.qrserver.com/v1/create-qr-code/
) to dynamically generate a QR code for the provided input. - Download QR Code: Users can download the image to their device as a PNG file with just one click once the QR code is generated.
- Responsive Design: The user interface is designed to be responsive and user-friendly on all devices.
- Smooth Transitions: The app features smooth transitions when displaying the generated QR code.
- Enter the text or URL you want to convert into a QR code.
- Click the "Generate QR Code" button.
- Once the QR code is generated, it will be displayed in the app.
- A "Download QR Code" button will appear, allowing you to download the QR code image as a PNG.
- HTML: Markup for the structure of the app.
- CSS[Bootstrap]: Styling the app, making it look clean and responsive.
- JavaScript: Adding interactivity, such as generating the QR code and downloading the image.
- QR Code API: The app uses
https://api.qrserver.com/v1/create-qr-code/
to dynamically generate the QR codes based on the input.
Visit: https://digitalpartner.lk/tools/qr-code-generator.html
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.