A modern, accessible, and responsive web application for generating QR codes from text, URLs, and WiFi credentials. Developed by Bheb Developer.
- Instant QR Code Generation: Real-time generation as you type
- Responsive & Accessible: Works on all devices with full keyboard navigation and screen reader support
- Dark Mode & PWA Support: Toggle themes and install for offline use
- Share Options: Download, copy, or share directly
- Smart Features: Local storage, character counter, keyboard shortcuts
- Simple Refresh: Page refresh simply reloads the application
Ctrl/Cmd + Enter: Generate QR codeEsc: Clear inputCtrl/Cmd + S: Download QR codeCtrl/Cmd + Shift + C: Copy QR code to clipboard
- Semantic HTML structure
- ARIA attributes for dynamic content
- Focus management
- Skip to content link
- Screen reader announcements
- Keyboard navigation
- High contrast mode support
- Responsive font sizes
- Stack: HTML5, CSS3, JavaScript (Vanilla), goqr.me API
- APIs: Local Storage, Web Share (with fallbacks)
- PWA: Service Worker, Web Manifest
- Browser Support: All modern browsers (Chrome, Firefox, Safari, Edge, Opera) and mobile browsers
- Install as PWA: Open in Chrome/Edge, click install icon in address bar
- Local Development: Clone the repository and open
index.htmlin your browser - Deployment: No build process required - deploy static files to any web server
MIT