This is a simple web-based QR code generator that allows you to input a URL and generate a QR code for it. The generated QR code can be downloaded for various purposes.
- Generate QR codes for URL's.
- Download QR codes as PNG images.
- HTML
- CSS (Tailwind CSS)
- JavaScript
- Enter the URL you want to convert into a QR code in the input field.
- The QR code image will update in real-time as you type.
- Click the "Download QR code" button to download the QR code as a PNG image.
You can see a live demo of this QR code generator here.
To run this project locally, you can simply clone the repository and open the index.html
file in a web browser.
https://github.com/swetamishra123/QR-Code-Generator.git
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch to your fork.
- Create a pull request to this repository.
This project is licensed under the MIT License.
If you have any questions or feedback, you can reach out to the email mentioned(swetamishra603@gmail.com)
- This project was inspired by the need for a simple QR code generator.