Skip to content

vanfossen/simple-qrcode-generator

Repository files navigation

simple-qrcode-generator

A simple QRCode generator that takes up to 500 characters.

Motivation

The reason for creating this project is to easily create QRCodes on desktop to share links with a mobile device.

Installation / Getting Started

The following assumes you have Node Version Manager (NVM) and/or Node.js installed with pnpm.

  1. Clone repository

  2. Move into directory

    cd simple-qrcode-generator
  3. Install dependencies

    pnpm install
  4. Start development server

    pnpm run dev

Main Dependencies

This project was initialized using Vite + React + TailwindCSS.

License

MIT