A clean and user-friendly QR Code Generator built with HTML, CSS, and JavaScript. This tool lets you instantly generate QR codes from any text or URL, customize the size, and download the output with a single click. Itβs fast, responsive, and designed to give a smooth experience on both mobile and desktop devices.
-
Instant QR Code Creation
Generate QR codes in real time as soon as you enter text or change the size. -
Downloadable Output
Download your QR code as an image directly to your device. -
Custom Size Selection
Choose from multiple QR sizes depending on your requirement. -
Responsive UI
Fully responsive layout that adjusts nicely on all screen sizes. -
Clean & Modern Design
Smooth colors, neat spacing, and professional styling.
- Enter any text or URL into the input field.
- Select your desired QR size from the dropdown.
- Click Generate to create the QR code.
- Click Download to save the QR code as an image.
- JavaScript sends the input text to the QRCode.js library.
- A QR image or canvas is generated based on the selected size.
- The download button automatically grabs the image source and saves it.
/project-folder βββ index.html βββ style.css βββ script.js
- HTML5 for structure
- CSS3 for styling & responsiveness
- JavaScript (ES6) for functionality
- QRCode.js library for generating QR images
