Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

QR Code Generator 🔳

A simple tool that generates a scannable QR code from any URL or text you enter.

Features

  • Text input for entering a URL or any text
  • Generates a 200x200 QR code image via the QR Server API
  • Input validation — shows an error message if the field is left empty
  • QR code image is displayed instantly after generation

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser (requires an internet connection to generate the QR image).
  3. Enter a URL or text and click Generate QR Code to view the resulting QR code.

File Structure

QR_Generator/
├── index.html
├── style.css
└── script.js