d1d913b9e41076cb3c61878a6a90cadaa79c07ac
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 -
firebase deploy --only hosting:qr-code-jmsto deploy the app
Description
Languages
TypeScript
45.1%
CSS
38%
HTML
16.9%