YoungSong99 / Qr-Code-Website

Web app to generate QR codes based on URLs they provide, with options to customize the color, background color, size, and filename of the QR code.

Home Page:https://qr-code-generator-94io.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator App: colorQR

This QR Code Generator is a simple web application built using Sinatra. It allows users to generate QR codes based on URLs they provide, with options to customize the color, background color, size, and filename of the QR code. The QR code is generated using the rqrcode gem and can be downloaded as a PNG file.

  • CLI Version: For those interested in a command-line interface version of this application, you can find it on GitHub at Qr Code Generator CLI.

Demo

Features

  • Generate QR codes from URLs.
  • Customize QR code color and background color.
  • Set the size of the QR code.
  • Name and download the generated QR code as a PNG file.
  • View a history of generated QR codes. Users can revisit and download previous QR codes anytime, which provides a convenient way to manage and reuse QR codes.

Installation

  1. Clone this repository:
    git clone https://github.com/YoungSong99/qr-code-website.git
    cd qr_code_generator
  2. Install the required gems:
    bundle install
  3. Run the application:
    ruby app.rb

About

Web app to generate QR codes based on URLs they provide, with options to customize the color, background color, size, and filename of the QR code.

https://qr-code-generator-94io.onrender.com/


Languages

Language:Ruby 48.1%Language:HTML 27.2%Language:CSS 19.8%Language:Shell 3.9%Language:JavaScript 1.0%