CASE STUDY · 05
QR GeneratorJavaScript · CSS
A small browser utility that keeps QR generation and export entirely client-side.
Live project ↗Private repository
- 100%client-side
- 300px minimum
- 2000px export
Context
A small browser utility that keeps QR generation and export entirely client-side.
Challenge
Generate customizable, print-ready QR codes without uploading user input to an API.
Engineering
Vanilla JavaScript and qr-code-styling handle logo composition and client-side exports from 300px to 2000px.
Outcome
A serverless browser utility with instant generation and no application backend dependency.
Technical stack
- JavaScript
- CSS
- qr-code-styling