Commit graph

3 commits

Author SHA1 Message Date
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
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