Simple app to generate and download a QR code that can be used to share a link. This project is built using HTML, Tailwind CSS, and JavaScript.
- Generate QR codes for any text or URL
- Download the generated QR code as an image
- Responsive design using Tailwind CSS
-
Clone the repository:
git clone https://github.com/dev-akhilesh/QR-Code-Generator
cd QR-Code-Generator
-
Open
index.html
in your browser to use the QR code generator.
- Enter the text or URL you want to convert into a QR code in the input box.
- Click the "Generate QR Code" button.
- The generated QR code will be displayed.
- Use the "Download" button to save the QR code as an image.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.