This is just a quick mini project of a QR Generator. The live demo can be accessed at qr.yehezgun.com
- 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-versionto generate Changelog, you can runnpx 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)
- 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 examplehttps://qr.yehezgun.com?qr_value=https://google.com, the default QR Value will be changed tohttps://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.