Skip to content

Ismail-webdev/Qr-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qr-Code-Generator

A simple QR code generator created using HTML, CSS, and JavaScript with the help of the qrcodejs library.

Features

  • Generate QR codes for various content types such as text, URLs, etc.
  • Customizable QR code size.
  • Easy integration into web projects.

Demo

Check out the live demo

Screenshots

Screenshot 1

Usage

  1. Include the qrcodejs library in your HTML file using cdnjs.com:

            <script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"
             integrity="sha512-CNgIRecGo7nphbeZ04Sc13ka07paqdeTu0WR1IM4kNcpmBAUSHSQX0FslNhTDadL4O5SAGapGt4FodqL8My0mA=="
             crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Development

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ismail-webdev/Qr-Code-Generator.git

Releases

No releases published

Packages

No packages published