0d613be4db9ca1c2b7616f8a984ecde513a82f63
qr-code-generator
A free customisable QR code generator written in react.
-
npx create-react-app . --template typescriptto create a new react app with typescript -
npm i react-qr-codeto install the QR code library -
convert logo.svg -define icon:auto-resize=64,48,32,16 favicon.icoto create a favicon from the logo -
convert logo.svg -resize 192x192 -background none -gravity center -extent 192x192 logo192.pngto create a 192x192 logo from the input -
convert logo.svg -resize 512x512 -background none -gravity center -extent 512x512 logo512.pngto create a 512x512 logo from the input -
npm run buildto build the app -
npm run startto start the app -
npm run deployto deploy the app
Description
Languages
TypeScript
45.1%
CSS
38%
HTML
16.9%