3a43eafa2ce2b480e3ae8ed01f63d809f88d7692
Added a README for the QR Code Generator project, detailing features, hosting instructions, and licensing.
QR Code Generator - HTML Project
This is a static HTML site that allows users to generate QR codes, scan them, and download them in different formats (SVG, PNG). It is hosted on GitHub Pages for easy access.
Features
- Generate QR codes from text input
- Change foreground and background colors of QR codes
- Download QR codes as SVG or PNG files
- QR code scanning functionality
How to Host on GitHub Pages
-
Create a GitHub Repository:
- Sign in to your GitHub account and create a new repository (e.g.,
qr-code-generator).
- Sign in to your GitHub account and create a new repository (e.g.,
-
Upload Your Files:
- Clone the repository to your local machine and upload the following files:
index.html(QR code generator HTML)tailwind.min.css(Tailwind CSS)html5-qrcode.min.js(QR code generation library)script.js(custom JS for handling QR code logic)
- Clone the repository to your local machine and upload the following files:
-
Push the Files:
- Use Git to push your files to the GitHub repository.
-
Enable GitHub Pages:
- Go to the Settings of your repository.
- Under GitHub Pages, select the
mainbranch and save the changes.
-
Access the Site:
- Once the files are uploaded, you can access your site at:
https://yourusername.github.io/qr-code-generator/
- Once the files are uploaded, you can access your site at:
License
This project is licensed under the MIT License - see the LICENSE file for details.
الوصف
اللغات
HTML
52.3%
JavaScript
47.7%