A responsive web application for generating customizable QR codes using HTML, CSS, and JavaScript with Bootstrap 5.
- 🚀 Generate QR codes from text, URLs, or other data
- 🎨 Customize QR code appearance:
- Adjustable size (100px to 300px)
- Custom foreground and background colors
- Selectable error correction levels
- 💾 Download QR codes as PNG images
- 📱 Fully responsive design
- ⚡ Client-side only - no server required
- Frontend:
- Bootstrap 5 (CSS framework)
- QRCode.js (QR code generation library)
- Hosting: Can be deployed on any static hosting service
No installation required! This is a client-side only application. Simply open index.html in any modern web browser.
For development:
- Clone the repository:
git clone https://github.com/aleaengineer/qrcodegenerator.git
- Open the project folder:
cd qrcodegenerator - Open
index.htmlin your browser
- Enter your text or URL in the input field
- Customize the QR code settings:
- Size
- Colors (foreground and background)
- Error correction level
- Click "Generate QR Code"
- Download the QR code by clicking "Download QR Code"
The website includes comprehensive meta tags for:
- Search engine optimization
- Social media sharing (Open Graph and Twitter Cards)
- Mobile browser compatibility
- Favicons for all devices
The application works on all modern browsers including:
- Chrome
- Firefox
- Safari
- Edge
- Mobile browsers
This project is open source and available under the MIT License.
Contributions are welcome! Please open an issue or submit a pull request for any improvements.
- QRCode.js - QR code generation library
- Bootstrap 5 - CSS framework
Note: Remember to replace placeholder URLs, images, and personal information with your actual project details before publishing.
