Skip to content

πŸš€ GenQR – A sleek & simple QR code generator ⚑ Create custom QR codes instantly for links. 🎨 Easy-to-use, lightweight, and fast. πŸ“± Perfect for projects, businesses & fun! πŸ”— Scan, share, and connect effortlessly with GenQR! ✨

License

Notifications You must be signed in to change notification settings

anirbanbanerjee07/GenQR-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”— GenQR – QR Code Generator

πŸš€ 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 ✨


✨ Features

  • 🎨 Generate QR codes for URLs
  • πŸ“± Mobile & desktop friendly
  • ⚑ Lightning-fast generation
  • πŸ–ΌοΈ Download & share with one click
  • πŸ”’ Secure with (no data tracking)

πŸ› οΈ Tech Stack

  • πŸ–₯️ Frontend: HTML, JavaScript
  • 🎨 Simple UI with responsive design

πŸš€ Getting Started

Clone the repo and run it locally:

git clone https://github.com/anirbanbanerjee07/genqr.git
cd genqr
open index.html

πŸ“œ 1. Redirect Handling Script

Put 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>

πŸ“œ 2. Vercel Config

Create a file named vercel.json in your project root:

{
  "rewrites": [{ "source": "/(.*)", "destination": "/" }]
}

πŸ’‘ Future Improvements

  • 🌈 Add themes & color customization
  • πŸ“· Upload logo inside QR codes
  • ☁️ Save QR codes to cloud

πŸ“Έ Preview on window

Generate QR codess1 Save QR codess2

πŸ“Έ Preview on mobile

Select Pixelmss1

Generate QR codemss2

Save QR codemss3

βš™οΈ Deployment on Vercel

Deploy GenQR seamlessly on GenQR Web πŸš€.

🀝 Contributing

Pull requests are welcome! πŸ™Œ For major changes, please open an issue first.

πŸ“œ License

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)?

About

πŸš€ GenQR – A sleek & simple QR code generator ⚑ Create custom QR codes instantly for links. 🎨 Easy-to-use, lightweight, and fast. πŸ“± Perfect for projects, businesses & fun! πŸ”— Scan, share, and connect effortlessly with GenQR! ✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published