Skip to content

React application for bulk QR code generation from CSV files. Features customizable QR code styling using qr-code-styling library

License

Notifications You must be signed in to change notification settings

Itzli2000/batch-qr-generator

Repository files navigation

Batch QR Generator

Batch QR Generator

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.

✨ Features

  • 🚀 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

🛠️ Tech Stack

  • React 18+
  • TypeScript
  • Vite
  • TailwindCSS
  • ESLint
  • Prettier

🚀 Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/batch-qr-generator.git
cd batch-qr-generator
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

The application will be available at http://localhost:5173

📝 Usage

  1. Enter the data you want to encode in the QR codes
  2. Configure QR code settings (size, color, error correction level)
  3. Generate QR codes
  4. Download individual QR codes or export them all at once

🏗️ Building for Production

Create a production build:

npm run build
# or
yarn build

🤝 Contributing

This is a private project and is not accepting external contributions at this time.

📄 License

This is a private project. All rights reserved. Unauthorized copying, modification, distribution, or use of this software, via any medium, is strictly prohibited.

👥 Authors

🙏 Acknowledgments

  • 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

About

React application for bulk QR code generation from CSV files. Features customizable QR code styling using qr-code-styling library

Resources

License

Stars

Watchers

Forks

Packages

No packages published