Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recallwei/qrcode-generator
🎉 Generate QRCodes more easily.
https://github.com/recallwei/qrcode-generator
dexiejs naive-ui qrcode qrcodejs tailwindcss tauri-app vite vue3-typescript
Last synced: about 2 months ago
JSON representation
🎉 Generate QRCodes more easily.
- Host: GitHub
- URL: https://github.com/recallwei/qrcode-generator
- Owner: recallwei
- License: mit
- Created: 2023-02-05T03:40:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T17:27:19.000Z (about 1 year ago)
- Last Synced: 2024-08-02T07:20:44.240Z (5 months ago)
- Topics: dexiejs, naive-ui, qrcode, qrcodejs, tailwindcss, tauri-app, vite, vue3-typescript
- Language: Vue
- Homepage: https://qrcode.bruceworld.top
- Size: 1.14 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-naive - QRCode Generator - A QRCode generator site based on Naive UI + TypeScript. (List / Other Projects Using NaiveUI)
README
# QRCode Generator
## Features
```markdown
- [x] 📝 Generate QRCodes by text
- [x] 📚 Generate QRCodes by template
- [x] 📋 Copy generated QRCodes content
- [x] ✔️ Download generated QRCodes
- [x] 📊 History QRCodes list
- [x] 💎 Support storage of up to 400 QRCodes
- [ ] 🏷️ Add tags for QRCodes
- [ ] 📁 Add groups for QRCodes
- [ ] 🌟 Generate QRCodes using different encodings
- [ ] ⚙️ Generate QRCodes by custom config
- [ ] 🔍 Search QRCodes by keywords
- [ ] 📚 Make QRCode template
- [ ] 🌙 Dark Mode
- [ ] 🌏 i18n
- [x] 💻 Support multi-terminal, now Web and PC
- [x] 🔒 Keep your data in your hands
- We will not store your personal information
- Data are only saved locally within your browser
- Open source on GitHub
- No user tracking, no ads
```## Stacks
```markdown
- Vue
- TypeScript
- Vite
- Dexie
- Naive UI
- TailwindCSS
- QRCode.js
- Electron
- Tauri
```## Project Structure
```text
├── desktop
├── packages
├── web
│ ├── public
│ ├── src
│ └── src-tauri
└── README.md
```## License
MIT