π GenQR is a sleek and simple QR code generator that helps you create custom QR codes instantly for links, text, emails, and more.
Fast β‘ | Lightweight π― | Easy-to-use β¨
- π¨ Generate QR codes for URLs
- π± Mobile & desktop friendly
- β‘ Lightning-fast generation
- πΌοΈ Download & share with one click
- π Secure with (no data tracking)
- π₯οΈ Frontend: HTML, JavaScript
- π¨ Simple UI with responsive design
Clone the repo and run it locally:
git clone https://github.com/anirbanbanerjee07/genqr.git
cd genqr
open index.htmlPut this inside your index.html before the closing </body> tag:
<script type="text/javascript">
(function (l) {
if (l.search[1] === "/") {
var decoded = l.search
.slice(1)
.split("&")
.map(function (s) {
return s.replace(/~and~/g, "&");
})
.join("?");
window.history.replaceState(
null,
null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
})(window.location);
</script>Create a file named vercel.json in your project root:
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}- π Add themes & color customization
- π· Upload logo inside QR codes
- βοΈ Save QR codes to cloud
Deploy GenQR seamlessly on GenQR Web π.
Pull requests are welcome! π For major changes, please open an issue first.
MIT License Β© 2025
π‘ βFast Codes, Faster Connections.β β‘
Would you like me to make this README minimal & modern (short with emojis only) or detailed & professional (with badges, sections, and installation steps)?




