This project is a simple QR code generator built using HTML, CSS, and JavaScript. It allows users to convert any text or link into a QR code and provides an additional feature to download the generated QR code as an image.
- Convert text or links into QR codes.
- Download the generated QR code as an image.
- Enter the text or link you want to convert into a QR code in the provided input field.
- Click the "Generate" button to generate the QR code.
- To download the generated QR code as an image, click the "Download" button.
- Clone this repository to your local machine.
git clone https://github.com/Shaw145/QR-Code-Generator.git
- Open the
index.html
file in your web browser.
- HTML
- CSS
- JavaScript