An open API service indexing awesome lists of open source software.

https://github.com/dev-jonghoonpark/simple-qr-generator

완전 무료 · 광고 없음 · 회원가입 불필요 QR 생성기
https://github.com/dev-jonghoonpark/simple-qr-generator

Last synced: about 2 months ago
JSON representation

완전 무료 · 광고 없음 · 회원가입 불필요 QR 생성기

Awesome Lists containing this project

README

          

# Simple QR Generator

No-nonsense QR code generator. Free, no ads, no sign-up.

Too many sites try to monetize something this simple — so here's one that doesn't.

## Features

- Real-time QR code generation from URL input
- Download as **SVG** or **PNG** (128, 256, 512, 1024px)
- Copy to clipboard
- Auto language detection (Korean / English)
- Light / Dark mode (follows system preference)
- Mobile responsive

## Tech Stack

- React + TypeScript
- Vite
- [qrcode.react](https://github.com/zpao/qrcode.react)

No CSS frameworks. No routers. No state libraries. Just the basics.

## Getting Started

```bash
npm install
npm run dev
```

## Build

```bash
npm run build
npm run preview
```

## License

MIT