Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobycm/qr-code-generator-web
A website to generate QR codes XD
https://github.com/tobycm/qr-code-generator-web
Last synced: 25 days ago
JSON representation
A website to generate QR codes XD
- Host: GitHub
- URL: https://github.com/tobycm/qr-code-generator-web
- Owner: tobycm
- License: mit
- Created: 2024-09-15T15:12:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:21:54.000Z (4 months ago)
- Last Synced: 2024-10-28T00:18:08.055Z (2 months ago)
- Language: TypeScript
- Homepage: https://qr.tobycm.dev
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick QR Code Generator - Quick and easy
Try it now at: [qr.tobycm.dev](https://qr.tobycm.dev)
## 💪 Features
- ✅ Lightweight
- ✅ Fast
- ✅ Simple UI## 🚀 Getting Started
### Prerequisites
- [Bun](https://bun.sh)
### 1. Clone the repository
```sh {"id":"01J7VN927JDMTW6KMJ5QK29780"}
git clone https://github.com/tobycm/qr-code-generator-web
```### 2. Install dependencies
```sh {"id":"01J7VN9XN3C7K247SK733GWK0S"}
bun i
```### 3. Run the development server
```sh {"id":"01J7VNABK7PT7DS2HZK2T6MZHS"}
bun run dev
```Live at [localhost:5173](http://localhost:5173)
### 4. Build for production
```sh {"id":"01J7VNB9W53NT0PRJ2AAWQD0MZ"}
bun run build
```Files are output to the `dist` directory.
## 📚 Tech Stack
- [Bun](https://bun.sh) JavaScript Runtime
- [Vite](https://vitejs.dev) Build Tool
- [TypeScript](https://www.typescriptlang.org) Language
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) Markup Language
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) Styling## 📝 License
This project is licensed under the MIT License - see the [`LICENSE`](LICENSE) file for details.
## 🤝 Contributions
Any contribution is appreciated. Just create an issue/pull request and I will review it ASAP.
## 🔗 Share this project
If you like this project, please give it a ⭐ and share it with your friends!