A lightweight web application that generates QR codes instantly from text, URLs, and other user inputs using HTML, CSS, and JavaScript.
QR Code Generator provides a simple and responsive interface for creating scannable QR codes in real time. The project demonstrates front-end development concepts, API integration, and dynamic user interaction.
- Generate QR codes instantly
- Convert text and URLs into scannable QR codes
- Responsive and user-friendly interface
- Fast and lightweight implementation
- Simple project structure
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- QR Code API
qr-code-generator/
├── index.html
├── style.css
├── script.js
└── README.md
- Clone the repository.
- Open
index.htmlin your browser. - Enter text or a URL.
- Click Generate QR Code.
- Scan the generated QR code using any QR scanner.
- QR code download functionality
- Custom QR code sizes
- Color customization
- Dark mode support
- QR code history and storage
Gaatha Patel
Built to simplify QR code generation through a clean, accessible, and responsive web experience.