https://github.com/likhithsp/qrcodegenerator
A simple and responsive web app for generating QR codesπ. Enter any text or URL and instantly receive a QR code to download or share.
https://github.com/likhithsp/qrcodegenerator
css html javascript qrcode-generator
Last synced: about 2 months ago
JSON representation
A simple and responsive web app for generating QR codesπ. Enter any text or URL and instantly receive a QR code to download or share.
- Host: GitHub
- URL: https://github.com/likhithsp/qrcodegenerator
- Owner: LikhithSP
- License: mit
- Created: 2024-10-27T02:28:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:13:58.000Z (7 months ago)
- Last Synced: 2025-02-02T18:33:02.685Z (4 months ago)
- Topics: css, html, javascript, qrcode-generator
- Language: CSS
- Homepage: https://likhithsp.github.io/qrcodegenerator/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
π QR Code Generator
![]()
Easily generate QR codes for any text or URL in seconds!
π Features
- β¨ Instant QR Generation β Simply enter your text or URL, and generate a QR code with a single click.
- π Clickable and Shareable β Open or download the QR code for easy sharing.
- π± Fully Responsive β A smooth, optimized experience on both desktop and mobile.
π Project Structure
-
index.html
- Sets up the QR Code Generator interface. -
style.css
- Adds style for a clean, modern look. -
script.js
- Contains the logic for QR code generation and interactions.
π οΈ Getting Started
-
Clone the repo:
git clone https://github.com/your-username/qr-code-generator.git
cd qr-code-generator
-
Openindex.html
in your browser to launch the QR Code Generator.
π‘ How It Works
The app uses an online API to generate QR codes based on the input provided.
- Enter any text or URL in the input field.
- Click "Generate QR Code", and the QR code will appear below.
- You can then download or share the QR code directly.
π± Upgradation Ideas
- πΉ Add customizable QR code colors and styles
- πΉ Offer options for higher resolutions and downloads in various formats
β€οΈ Acknowledgments
Big thanks to GoQR API for support in creating this tool!