Skip to content

ivteplo/qrcode-generator

Repository files navigation

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 🎉