📦 QR Code Generator — Project Description
🔍 Overview
This is a web-based QR Code Generator built with HTML, CSS, and JavaScript. It allows users to input any text or URL and instantly generates a scannable QR code. The layout is styled using external CSS for a clean, modern look.
✨ Features 💡 Instant QR Generation: Enter any text or link and generate a QR code with one click.
🎨 Attractive UI: Clean, card-style interface with a gradient background and smooth hover effects.
📱 Responsive Design: Looks great on both desktop and mobile screens.
🧠 Simple to Use: No installation required—runs directly in any modern web browser.
🚀 Powered by qrcodejs: Uses a lightweight open-source JavaScript library for QR generation.
🛠️ Technologies Used
*HTML5 – Page structure and layout.
*CSS3 – Styling, responsive design, animations.
*JavaScript – QR code logic and interactivity.
*QRCode.js – For generating the QR code.
*Google Fonts (Poppins) – For clean and modern typography.
📁 How to Use 1.Open index.html in any browser.
2.Enter a text or URL into the input field.
3.Click "Generate".
4.A QR code will appear instantly below.
✅ Future Enhancements (Optional Ideas)
1.Add a download button to save the QR code as an image.
2.Let users customize QR color, size, and error correction level.
3.Allow logo embedding in the QR code.