Skip to content

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.

Notifications You must be signed in to change notification settings

YoungSong99/Qr-Code-Website

 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Ruby 48.1%
  • HTML 27.2%
  • CSS 19.8%
  • Shell 3.9%
  • JavaScript 1.0%