A simple QRCode generator that takes up to 500 characters.
The reason for creating this project is to easily create QRCodes on desktop to share links with a mobile device.
The following assumes you have Node Version Manager (NVM) and/or Node.js installed with pnpm.
-
Clone repository
-
Move into directory
cd simple-qrcode-generator
-
Install dependencies
pnpm install
-
Start development server
pnpm run dev
This project was initialized using Vite + React + TailwindCSS.
-
- QRCode generation libray
-
- TailwindCSS component library
-
- SVG used for favicon