A simple and lightweight web app to generate QR codes instantly using HTML, CSS, and JavaScript.
This project uses a free public API to create QR codes from any text or URL entered by the user.
π Features
- Generate QR codes for text, links, or any custom input.
- Fast and responsive design.
- No installations required β runs directly in your browser.
- Uses a public QR Code API for quick generation.
- HTML β Structure of the app
- CSS β Styling and layout
- JavaScript β API integration and functionality
- QR Code API β For generating the QR images
- Open the
index.htmlfile in your browser. - Enter the text or URL in the input field.
- Click the "Generate QR Code" button.
- Your QR code will appear instantly and can be scanned with any QR reader.