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.
This commit is contained in:
Kumi 2024-09-07 20:10:53 +02:00
parent a2335a7082
commit 169a93f0f1
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,5 +1,7 @@
# QRMaker # QRMaker
[![Support Private.coffee!](https://shields.private.coffee/badge/private.coffee-Support%20us!-pink?logo=coffeescript)](https://private.coffee)
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. 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. The QR code is generated locally in the browser, no data is sent to a server.