Skip to content

yehezkielgunawan/qr-generator

Repository files navigation

Simple QR Generator

qr-generator

forthebadge

This is just a quick mini project of a QR Generator. The live demo can be accessed at qr.yehezgun.com

⚡ What's included here?

  • Toolings for linting, formatting, and conventions configured. eslint, prettier, husky, & lint-staged.
  • The ESLint config is bundled in eslint-config-yehezgun
  • ✨Basic responsive layout configuration (through Tailwind CSS)
  • 📜Basic standard-version to generate Changelog, you can run npx standard-version --skip.bump --skip.commit --skip.tag
  • SEO Optimization (using next-SEO)
  • Now using Next.js 13 with Rust Compiler Minification enabled (you can disable it at next.config.js)

How to use it?

  • Open qr.yehezgun.com
  • Write the string or url that you want to generate as QR Code
  • You can select the QR Code style
  • If you want it, you also can download the QR Code
  • You also can generate the QR Code by passing the query param using qr_value, for example https://qr.yehezgun.com?qr_value=https://google.com, the default QR Value will be changed to https://google.com
  • It's better to use the link shortener to shorten the QR Value url if the QR Value input is more than 30 characters.

References