Ismail-webdev / Qr-Code-Generator

Home Page:https://ismail-webdev.github.io/Qr-Code-Generator/

Repository from Github https://github.comIsmail-webdev/Qr-Code-GeneratorRepository from Github https://github.comIsmail-webdev/Qr-Code-Generator

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

About

https://ismail-webdev.github.io/Qr-Code-Generator/


Languages

Language:CSS 38.5%Language:HTML 31.8%Language:JavaScript 29.7%