Commit graph

6 commits

Author SHA1 Message Date
bd4fc2cf59
feat: Enhances QR code generation to support SVG
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.
2024-11-30 20:53:27 +01:00
081133574a
style: enhance readability by adding spacing between components
Added additional spacing between several components for better separation, improving the overall readability and visual clarity of the page. Updated the body, qr-code-container, card, textarea-container, and footer sections with these adjustments.
2024-09-07 22:02:50 +02:00
0480c75ae3
style: enhance readability through code formatting
Improved HTML indentation to enhance the readability and maintainability of the code. Consistently formatted self-closing tags for better HTML5 compliance. This change ensures a cleaner and more developer-friendly structure, facilitating easier future edits and collaboration.
2024-09-07 22:02:31 +02:00
f80f98d191
feat: rename QR Code Generator to QRMaker
Updated the heading to a more concise and branded name.
This change aims to enhance the application's identity and make
it more memorable to users.
2024-09-07 20:12:55 +02:00
169a93f0f1
docs: add support badge to README
Included a support badge in the README to promote donations via Private.coffee. This enhancement aims to foster community support and provide an avenue for appreciative users to contribute.
2024-09-07 20:10:53 +02:00
a2335a7082
feat: add initial version of QRMaker web app
Introduced QRMaker, a simple web app for generating QR codes from user input. Key features include real-time QR code generation, multi-line input, and responsive design using Bootstrap. Added initial project setup with HTML, CSS, JS, and a README for setup and usage instructions.
2024-09-07 20:00:43 +02:00