Skip to content

riizkyyrmdnn/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

The QR code generator created using HTML, CSS, and JavaScript is a web application that allows users to generate QR codes dynamically directly from their browser. The generated QR codes can contain various types of data, such as text, URLs, contacts, locations, and more.

Features

  • Working link
  • Can be scanned
  • Can be reused for your website

How does it work?

  • Users input data: they want to convert into a QR code through a form or input field.
  • Processing: JavaScript takes the input data and uses a specific library or function to convert it into a visual representation in the form of a QR code.
  • Creating HTML Elements: JavaScript then creates HTML elements (usually <img> or <canvas>) to display the generated QR code.
  • Styling with CSS: CSS is used to customize the appearance and style of the QR code, such as its size, color, and position on the page.

Screenshot

Preview image

Installation

Clone this repository using the steps below.

  # Clone repository
  git clone https://github.com/riizkyyrmdnn/qrcode-generator.git

  # Change directory folder
  cd qrcode-generator

  # Open code editor
  code .

Use this script in your HTML file to display QR code.

  <script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>

Source

qrcodejs

Support

For support, email riybuzniz@gmail.com.

Feedback

If you have any feedback, please reach out to us at riybuzniz@gmail.com

License

No License

Releases

No releases published

Packages

No packages published