Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.75 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.75 KB

Screenshot of Quick QR Live Demo

QR code generator built using HTML, CSS, and JavaScript.

Table of Contents

Summary

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.

Usage

To generate a QR code:

  1. Navigate to the live demo

  2. Enter either text or a valid URL

  3. Click the Generate QR Code button

Installation

  1. Clone this repository to your local machine:

     git clone https://github.com/khamisilawrence/quick-qr.git
  2. Navigate to repository:

     cd quick-qr

Screenshots

Default Screen Screenshot of QR Code Generator

QR code generated using plain text Screenshot of QR Code Generator

QR code generated using a valid URL Screenshot of QR Code Generator

Credits

  • 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.