Anish Kr Singh (anishfyi.github.io)
A modern, responsive QR Code Generator built with React, TypeScript, and Vite. This application allows users to generate customizable QR codes with various options including size, colors, and error correction levels.
Check out the live demo: QR Code Generator
- Generate QR codes from text or URLs
- Customize QR code size
- Choose foreground and background colors
- Select error correction level
- Download QR codes as PNG images
- Fully responsive design
- Modern UI with smooth animations
- React
- TypeScript
- Vite
- Tailwind CSS
- QRCode.react
- React Toastify
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
MIT