Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 912 Bytes

File metadata and controls

40 lines (27 loc) · 912 Bytes

QR Code Generator

A simple and fast QR code generator that converts text or URLs into scannable QR codes in real-time.

Features

  • Generate QR codes from text or URLs
  • Real-time code generation
  • Copy functionality (coming soon)
  • Clean and minimalist UI
  • Fast and responsive

How to Use

  1. Open index.html in your web browser
  2. Enter text or a URL in the input field
  3. Click "Generate QR Code"
  4. The QR code will appear on the right side
  5. Scan the QR code with your phone camera or any QR reader

Technologies Used

  • HTML5 - Structure
  • CSS3 - Styling
  • JavaScript (Vanilla) - QR code generation
  • QR Server API - External API for QR code generation

File Structure

  • index.html - Main HTML file
  • index.css - Styling
  • index.js - QR generation logic

API

This app uses the QR Server API to generate QR codes.


Made by Mariam