No description
Kumi
bd4fc2cf59
Adds support for generating QR codes in SVG format alongside PNG, providing users with the option to choose between these formats. Includes UI elements for selecting output format. Updates to utilize local QR code library instead of external CDN. Improves accessibility by allowing QR codes to be downloaded as SVG files. Fixes UI discrepancies when switching between formats. |
||
---|---|---|
dist | ||
index.html | ||
README.md | ||
script.js | ||
style.css |
QRMaker
A simple web application that allows users to generate QR codes from the text they input. The application is built using Bootstrap for styling and QRCode.js for generating the QR codes.
The QR code is generated locally in the browser, no data is sent to a server.
Features
- Real-time QR code generation based on user input.
- Multi-line input.
- Responsive design with Bootstrap.
Demo
You can view a live version of the project here.
Installation
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://git.private.coffee/PrivateCoffee/QRMaker.git cd QRMaker
-
Open
index.html
in your browser:open index.html
Usage
- Open the web page.
- Enter text into the multi-line input field.
- The QR code will be generated automatically as you type.
- Done! You can now download the QR code or scan it directly from the screen.
Technologies Used
- HTML
- CSS (Bootstrap)
- JavaScript (QRCode.js)
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
Contact
For any questions or feedback, please open an issue or join our Matrix room.