The Solvia QR Code Generator is a web application designed to create QR codes based on user input. It allows users to enter text and select a color for the QR code. The generated QR code can then be downloaded as a PNG image. This project is designed with a simple and intuitive interface, making QR code generation accessible to everyone.
- Generate QR codes based on user input.
- Customize the color of the QR code.
- Download the generated QR code as a PNG image.
- Responsive design that works on desktop and mobile browsers.
To set up the Solvia QR Code Generator on your local environment, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/itsChris/SolviaQRCodeGenerator.git
- Navigate to the project directory.
cd SolviaQRCodeGenerator
- Open
index.html
in your browser to start using the QR Code Generator.
- Enter the text or URL you wish to encode in the QR code in the text input field.
- Use the color picker to select a color for your QR code.
- Click the "Generate QR Code" button to create your QR code.
- The generated QR code will be displayed on the screen. Below the QR code, the exact text or URL encoded will be shown.
- To download the QR code, click the "Download QR Code" button. The image will be saved to your device.
- QR code generation is powered by QRious, a pure JavaScript library for QR code creation.
- The design uses the Roboto font from Google Fonts for a clean and modern look.
This project is open source.