https://github.com/salatech/qr-code-generator
Typescript based QR Code generator
https://github.com/salatech/qr-code-generator
nextjs qrcode-generator typescript
Last synced: 2 months ago
JSON representation
Typescript based QR Code generator
- Host: GitHub
- URL: https://github.com/salatech/qr-code-generator
- Owner: salatech
- Created: 2025-03-09T13:58:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T14:16:44.000Z (2 months ago)
- Last Synced: 2025-03-09T15:19:31.381Z (2 months ago)
- Topics: nextjs, qrcode-generator, typescript
- Language: TypeScript
- Homepage: https://salatech-qr-code-generator.vercel.app/
- Size: 753 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SALATECH QR Code Generator
A modern, responsive QR code generator with advanced styling options and sharing capabilities.

## Features
- 🎨 **Customizable Designs**
- Choose from 6 dot styles (rounded, dots, classy, etc.)
- Custom dot and background colors
- Add center logo/image
- 📁 **File Attachment Support**
- Attach images, videos, audio, or PDFs
- Automatic Cloudinary upload
- ✨ **Responsive Design**
- Works on all screen sizes
- Mobile-friendly interface
- ✨ **Advanced Features**
- Real-time QR preview
- Download as PNG
- Native sharing capability
- Smooth animations with Framer Motion
- ☁️ **Cloud Integration**
- Cloudinary media storage
- Secure file uploads## Installation
1. **Prerequisites**
- Node.js (v16+)
- npm (v8+)
- Cloudinary account (free tier)2. **Clone Repository**
```bash
git clone https://github.com/yourusername/salatech-qr-generator.git
cd salatech-qr-generator3. **Install Dependencies**
```bash
npm install4. **.env.local**
```bash
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=your_cloud_name
NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET=your_upload_preset5. **Run Development Server**
```bash
npm run dev