Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashm20/dyno_qr
🚧WIP🚧 🚀 DynoQR: Fast and Easy QR Code Generator | 💡 Create Custom QR Codes in Seconds. 📜 A simple, fast, and dynamic QR code generator that helps you create and customize QR codes for websites, products, events, and more. 📝
https://github.com/yashm20/dyno_qr
Last synced: 1 day ago
JSON representation
🚧WIP🚧 🚀 DynoQR: Fast and Easy QR Code Generator | 💡 Create Custom QR Codes in Seconds. 📜 A simple, fast, and dynamic QR code generator that helps you create and customize QR codes for websites, products, events, and more. 📝
- Host: GitHub
- URL: https://github.com/yashm20/dyno_qr
- Owner: YashM20
- License: gpl-3.0
- Created: 2024-10-11T10:52:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T02:07:54.000Z (3 days ago)
- Last Synced: 2025-01-04T20:57:24.005Z (2 days ago)
- Language: TypeScript
- Homepage: https://dynoqr.vercel.app
- Size: 543 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🚀 DynoQR: Your Dynamic QR Code Generator
💡 **Effortlessly create and customize QR codes with DynoQR.**
DynoQR is a versatile QR code generator web app that allows you to create simple QR codes and UPI-enabled QR codes. With an intuitive interface and robust customization options, DynoQR makes generating QR codes simple, quick, and accessible to everyone.
## 🔗 Features
- Generate Simple QR Codes (for URLs or text)
- Generate UPI QR Codes (for UPI ID, Amount, Transaction Notes)
- Real-time QR Code Preview
- Customizable QR Code Size and Colors
- Download QR Codes in PNG, SVG, and PDF formats
- Responsive Design for Desktop and Mobile## 🛠️ Built With
| Technology | Description |
|------------|-------------|
| ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) | React for fast and interactive UI |
| ![Tailwind CSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) | Tailwind CSS for quick and responsive design |
| ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) | TypeScript for strong type-checking and scalability |## 🚀 Getting Started
Follow these steps to set up and run **DynoQR** locally:
1. Clone the repository
```bash
git clone https://github.com/yourusername/dynoqr.git
```
2. Install dependencies
```bash
pnpm install or npm install
```
3. Run the development server
```bash
pnpm dev or npm run dev
```## 🤝 Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Your contributions are **highly appreciated**.
1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a pull request## 📝 License
Distributed under the GPL3 License. See `LICENSE` for more information.
## ⭐ Support the Project
If you find DynoQR helpful, please give it a ⭐ on GitHub to show your support!
---