Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 1.41 KB

File metadata and controls

55 lines (48 loc) · 1.41 KB

🚀 QR Code Generator

A simple and responsive QR Code Generator built using HTML, CSS, and JavaScript. This web app allows users to generate QR codes instantly from text or URLs.

📌 Features 🔹 Generate QR codes in real-time 🔹 Supports text, links, and other inputs 🔹 Clean and responsive UI 🔹 Download QR code as an image 🔹 Lightweight and fast 🛠️ Tech Stack HTML5 – Structure CSS3 – Styling & responsiveness JavaScript (Vanilla JS) – Logic & API handling QR Code API (e.g., https://api.qrserver.com) 📂 Project Structure qr-code-generator/ │ ├── index.html ├── style.css ├── script.js └── README.md ⚙️ How It Works User enters text or URL JavaScript captures the input QR Code API generates the QR image The QR code is displayed instantly ▶️ How to Run Locally Clone the repository git clone https://github.com/your-username/qr-code-generator.git Open the folder cd qr-code-generator Run the project Open index.html in your browser 💡 Usage Enter any text, link, or data Click on Generate QR Code Scan or download the QR code 📸 Preview

(Add screenshot here if you want)

🔮 Future Improvements 🔸 Add QR color customization 🔸 Add logo inside QR 🔸 Save QR history 🔸 Generate different sizes 🤝 Contributing

Contributions are welcome! Feel free to fork this repo and submit a pull request.

📄 License

This project is licensed under the MIT License.