A powerful and user-friendly web application for generating multiple QR codes in batch. Built with React, TypeScript, and Vite for optimal performance and developer experience.
- 🚀 Batch Processing: Generate multiple QR codes simultaneously
- 🎨 Customization Options: Customize QR code appearance and settings
- 💾 Export Capabilities: Download QR codes individually or in bulk
- 📱 Responsive Design: Works seamlessly on desktop and mobile devices
- ⚡ Fast Performance: Built with Vite for lightning-fast development and build times
- 🔒 Type Safety: Written in TypeScript for better code reliability
- React 18+
- TypeScript
- Vite
- TailwindCSS
- ESLint
- Prettier
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/batch-qr-generator.git
cd batch-qr-generator- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn devThe application will be available at http://localhost:5173
- Enter the data you want to encode in the QR codes
- Configure QR code settings (size, color, error correction level)
- Generate QR codes
- Download individual QR codes or export them all at once
Create a production build:
npm run build
# or
yarn buildThis is a private project and is not accepting external contributions at this time.
This is a private project. All rights reserved. Unauthorized copying, modification, distribution, or use of this software, via any medium, is strictly prohibited.
- Itzli Molina - Initial work - YourGitHub
- Thanks to all contributors who have helped shape this project
- Special thanks to the open-source community for the amazing tools and libraries
Made with ❤️ by Itzli Molina
