https://github.com/mdashraful305/qrcode-barcode-generator
This is a simple web application that allows users to generate QR codes and barcodes
https://github.com/mdashraful305/qrcode-barcode-generator
bootstrap css google-chart-api html javascript jquery jquery-plugin jsbarcode
Last synced: about 1 month ago
JSON representation
This is a simple web application that allows users to generate QR codes and barcodes
- Host: GitHub
- URL: https://github.com/mdashraful305/qrcode-barcode-generator
- Owner: mdashraful305
- Created: 2023-04-30T10:10:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T10:12:59.000Z (about 2 years ago)
- Last Synced: 2025-02-08T01:33:26.649Z (3 months ago)
- Topics: bootstrap, css, google-chart-api, html, javascript, jquery, jquery-plugin, jsbarcode
- Language: HTML
- Homepage: https://mdashraful305.github.io/Qrcode-Barcode-Generator/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## QR Code and Barcode Generator
This is a simple web application that allows users to generate QR codes and barcodes from text input.
## Live Preview
```bash
https://mdashraful305.github.io/Qrcode-Barcode-Generator/
```
## Technologies Used- HTML
- CSS
- JavaScript (jQuery)
- Google Chart API (for QR code generation)
- JsBarcode (for barcode generation)## Features
- Users can enter text in an input field.
- Users can generate a QR code or a barcode from the entered text.
- Generated QR code and barcode are displayed on the page.## How to Use
1. Open `index.html` in a web browser.
2. Enter text in the input field.
3. Click the "Generate" button to generate a QR code and a barcode from the entered text.
4. The generated QR code and barcode will be displayed on the page.## How to Customize
- To customize the design of the page, modify the HTML and CSS code.
- To customize the QR code or barcode generation parameters, refer to the Google Chart API and JsBarcode documentation.## Credits
This project was created by [Your Name]. Special thanks to the following:
- Google Chart API
- JsBarcode
- [Bootstrap](https://getbootstrap.com/) - for responsive layout and styling
- [jQuery](https://jquery.com/) - for DOM manipulation and event handling