No description
Find a file
Kumi 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
index.html feat: rename QR Code Generator to QRMaker 2024-09-07 20:12:55 +02:00
README.md docs: add support badge to README 2024-09-07 20:10:53 +02:00
script.js feat: add initial version of QRMaker web app 2024-09-07 20:00:43 +02:00
style.css feat: add initial version of QRMaker web app 2024-09-07 20:00:43 +02:00

QRMaker

Support 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.

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:

  1. Clone the repository:

    git clone https://git.private.coffee/PrivateCoffee/QRMaker.git
    cd QRMaker
    
  2. Open index.html in your browser:

    open index.html
    

Usage

  1. Open the web page.
  2. Enter text into the multi-line input field.
  3. The QR code will be generated automatically as you type.
  4. 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.