1010varun / qr-convertor

This tool allows you to seamlessly convert plain text into QR codes, enabling efficient sharing and storage of information in a visually compact and easily scannable format. Whether you need to encode URLs, messages, or any other textual data, this lightweight and user-friendly converter simplifies the process.
https://convert-to-qr.netlify.app/
GNU General Public License v3.0
2 stars 11 forks source link

Added maxlength to textarea #21

Closed Nemesis-AS closed 10 months ago

Nemesis-AS commented 10 months ago

Fixes #17 by limiting the number of characters to 500

netlify[bot] commented 10 months ago

Deploy Preview for convert-to-qr ready!

Name Link
Latest commit 8f71cac62f5d001a1ade06ef3bddeb6e89b0212c
Latest deploy log https://app.netlify.com/sites/convert-to-qr/deploys/65a6816b2f0fae00085731f8
Deploy Preview https://deploy-preview-21--convert-to-qr.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

1010varun commented 10 months ago

@Nemesis-AS it will be great if you can show number of remaining characters at the bottom of the input box

Nemesis-AS commented 10 months ago

@1010varun The number of characters remaining is now displayed below the textarea now. image