This is a simple web application that allows users to generate QR codes and barcodes from text input.
https://mdashraful305.github.io/Qrcode-Barcode-Generator/
- HTML
- CSS
- JavaScript (jQuery)
- Google Chart API (for QR code generation)
- JsBarcode (for barcode generation)
- 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.
- Open
index.html
in a web browser. - Enter text in the input field.
- Click the "Generate" button to generate a QR code and a barcode from the entered text.
- The generated QR code and barcode will be displayed on the page.
- 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.
This project was created by [Your Name]. Special thanks to the following: