Skip to content

mziliNassim/qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

QR Code Generator

Website Preview

Welcome to the QR Code Generator project! This web application allows users to generate QR codes for various purposes. The project is built using HTML, CSS, and JavaScript to ensure a responsive and user-friendly experience across all devices.

Features

  • Simple and intuitive interface.
  • Responsive design for a seamless experience on desktops, tablets, and mobile devices.
  • Dynamic QR code generation based on user input.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • QR Code Generation Library qrcode.js

Screenshots

App View

Usage

  1. Enter the desired information or URL for the QR code.

  2. Click the "Generate QR Code" button.

  3. The QR code will be displayed on the screen.

Responsive Design

The project is designed to be responsive across various devices. The use of media queries in the CSS ensures an optimal viewing experience for users on desktops, tablets, and mobile devices.

QR Code Library

The project utilizes a QR code generation library, such as qrcode.js, to dynamically generate QR codes based on user input.