QR code Generator App
August 22, 2023
QR-ify: Turn Links into QR Codes
QR-ify is a handy QR code generator web application that enables users to convert their links into scannable QR codes with ease.
Table of Contents
Check out Website!:
https://trident09.github.io/QR-ify/
Project Repository
https://github.com/Trident09/QR-ify/
How to Use
Using QR-ify to generate a QR code is a straightforward process:
- Clone the repository
git clone https://github.com/Trident09/QR-ify.git
Replace your-username
with your actual GitHub username.
-
Open the
index.html
file Locate and open theindex.html
file in your preferred web browser such as Chrome or Firefox. -
Enter the link Input the link you want to convert into the text field provided on the webpage.
-
Generate the QR code Click on the “Generate QR Code” button to create your QR code.
-
Scan the QR code Use your phone or any QR code scanner to scan and access the link encoded in the QR code.
P.S. Make sure you have an internet connection, as the QR code generation relies on an API call.
How It Works
The QR-ify app generates QR codes using the QR code API which takes the input link and returns a QR code image that represents the encoded link.
Prerequisites
- An Internet connection is required for the API call to generate the QR code.
Installation
Installation is as simple as cloning the repository and opening a local file in your web browser:
-
Use
git
to clone the repository to your local machine: -
Navigate to the location of the cloned repository on your computer.
-
Open the
index.html
file in a web browser of your choice.
Usage
Once you have the project set up, simply:
- Enter the desired link into the input field on the
index.html
page. - Click the “Generate QR Code” button to produce the QR code.
- Scan the displayed QR code with a mobile device to access the encoded link.
Contributing
Contributions are welcome! If you have ideas for improvements or have found a bug to report, please:
- Fork the repository.
- Create a new branch for your features or fixes.
- Commit your changes.
- Push to your branch.
- Open a pull request.
Contact
For any questions, feedback, or comments, please feel free to open an issue on the GitHub repository.
Get started with QR-ify and share your links through QR codes, anywhere, anytime!