QR Code Generator banner

QR Code Generator

1 devlog
1h 36m 8s

I built a simple, fast, and no-nonsense QR Code Generator because I was tired of generic sites that are flooded with ads or put basic features behind paywalls.

It's a completely static website built with HTML, CSS, and Vanilla JS. You can inst…

I built a simple, fast, and no-nonsense QR Code Generator because I was tired of generic sites that are flooded with ads or put basic features behind paywalls.

It’s a completely static website built with HTML, CSS, and Vanilla JS. You can instantly generate and download crisp QR codes for any URL or text in multiple sizes. It uses the free goqr.me API, so absolutely nothing is tracked, saved, or stored. In the future, I might add support for custom colors or logos!

This project uses AI

Used an AI coding assistant to help draft the human-sounding README.md file and structure the project documentation.

Demo Repository

Loading README...

Dushyant Acharya

Shipped this project!

I built a completely static, fast, and ad-free QR Code Generator! I was tired of generic QR sites putting basic features behind paywalls, so I made my own.

The hardest part was figuring out how to handle the image download logic in Vanilla JS and hooking it up to the API properly, but I finally got it working smoothly. I’m really proud of how clean the UI turned out and that the whole thing runs instantly without any server setup. No ads, no tracking—just crisp QR codes! 😄🔳

Dushyant Acharya

For this session, I built out the core structure and UI for the QR Code Generator! I set up the HTML layout, styled the interface to make it look clean and colorful (using the Fredoka One and Nunito fonts), and wrote the Vanilla JavaScript logic.

The app can now successfully take a user’s text or URL, fetch the generated QR code from the goqr.me API, handle error-checking if the input is empty, and allow users to download the final QR code as a PNG image. I also wrote up the README to document the project!

Attachment
0