QR code generator built using HTML, CSS, and JavaScript.
A QR code generator that allows users to generate a QR code for either plain text or a valid URL. This project was completed with the aim of getting familiar with building a dynamic web application that renders content dependent on user input.
To generate a QR code:
-
Navigate to the live demo
-
Enter either text or a valid URL
-
Click the
Generate QR Code
button
-
Clone this repository to your local machine:
git clone https://github.com/khamisilawrence/quick-qr.git
-
Navigate to repository:
cd quick-qr
QR code generated using plain text
QR code generated using a valid URL
- This project was completed as practice in accordance with guidance provided by a YouTube tutorial uploaded by GreatStack titled “How To Make Website Using HTML And CSS | Website Design With HTML And CSS”.
- The API used in the project is the QR Code Generator API.