This is a simple web application for generating QR codes based on user input. Users can enter text or URLs, select background and foreground colors, and generate QR codes accordingly. The generated QR codes can be downloaded as PNG images.
- Input Field: Users can enter text or URLs into the input field.
- Color Picker: Users can select background and foreground colors for the QR code.
- Generate QR Code: Clicking the "Generate QR Code" button generates the QR code based on the user input.
- Download QR Code: Once the QR code is generated, clicking the "Download QR Code" button downloads it as a PNG image.
- HTML5
- CSS3 (with Flexbox and CSS variables)
- JavaScript (ES6)
This project utilizes the QR Code API provided by QRServer.com. The API allows generating QR codes dynamically based on the provided data and customizing the appearance by specifying background and foreground colors.
- Website: QRServer.com
- API Documentation: QR Code API Documentation
- Enter text or a URL in the input field.
- Optionally, select background and foreground colors for the QR code.
- Click the "Generate QR Code" button to generate the QR code.
- Once the QR code is generated, click the "Download QR Code" button to download it as a PNG image.
Contributions to this project are welcome! If you find any bugs, have feature requests, or want to contribute code improvements, please feel free to submit a pull request or open an issue.