Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.56 KB

QR-code-generator

Table of Contents

  1. Overview
    1. Link to webpage
    2. Screenshot
  2. My Process
    1. Built With
    2. How It Works
    3. What I Learned
    4. Optimizations

Overview

I built an app for users (and myself) to create their own personal QR Code in seconds.

My application is hosted on Netlify.

https://generateqrco.netlify.app/

Screenshot

QRCode-screenshot

My Process

Built With:

  • Javascript
  • HTML
  • CSS

How It Works

Upon inputting a website and pressing enter or clicking the button, a QR code will generate.

This application was created utilizing a javascript library from https://github.com/davidshimjs.

What I Learned

I learned about javascript libraries, QR codes and its intricacies, and min.js.

Optimizations:

I would like to provide the following future features/optimizations:

  • Include additional styling and animations