An open API service indexing awesome lists of open source software.

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

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.