ivteplo / qrcode-generator

Web app to generate QR codes easily and quickly

Home Page:https://ivteplo.github.io/qrcode-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator

Deployment status

This project is a web application for generating QR codes. It supports both light and dark themes, has responsive user interface, and works well on both mobile and desktop.

Preview

How the app looks like on desktop (light theme) How the app looks like on desktop (dark theme)

Development

Requirements

  1. Node.js and npm
  2. Git

Setup

  1. Clone the repository
git clone https://github.com/ivteplo/qrcode-generator
  1. Navigate to the folder
cd qrcode-generator
  1. Install dependencies
npm install
# if you prefer yarn:
yarn install
  1. Happy hacking 🎉

About

Web app to generate QR codes easily and quickly

https://ivteplo.github.io/qrcode-generator/

License:MIT License


Languages

Language:JavaScript 58.9%Language:CSS 26.6%Language:HTML 14.5%