https://github.com/codewarnab/qr-code-generator
simple QR code generator
https://github.com/codewarnab/qr-code-generator
html-css-javascript qrcode-generator
Last synced: 2 months ago
JSON representation
simple QR code generator
- Host: GitHub
- URL: https://github.com/codewarnab/qr-code-generator
- Owner: codewarnab
- Created: 2023-11-18T12:51:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T04:04:42.000Z (over 1 year ago)
- Last Synced: 2025-02-10T22:47:34.380Z (4 months ago)
- Topics: html-css-javascript, qrcode-generator
- Language: CSS
- Homepage: https://codewarnab.github.io/Qr-code-generator/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator
This is a simple web-based QR code generator that allows users to input text or URLs and generate QR codes instantly.
check here [Generate QR code](https://codewarnab.github.io/Qr-code-generator/)## Features
- **Input Text or URL:** Users can input any text or URL they want to generate the QR code for.
- **Dynamic QR Code Generation:** Generates QR codes dynamically using the [QRServer API](https://www.qrserver.com/).
- **Responsive Design:** The web app is designed to be responsive and user-friendly on various devices.
- **Error Handling:** In case of an empty input, it displays an error animation and prompts the user to enter text.## How to Use
1. Open `index.html` in a web browser.
2. Enter the desired text or URL in the input field.
3. Click on the "Generate QR Code" button.
4. The QR code corresponding to the input will be displayed.Contributions are welcome! If you have any ideas, suggestions, or want to report issues, feel free to open an issue or submit a pull request.