Skip to content

Zenitude/electron-vite-qrcodegenerator

Repository files navigation

my-app

An Electron application with React and TypeScript

About

  • When a social network url is entered, the central image is replaced by the network icon.

    • options :
      • Networks : Github, Linkedin, Facebook, Instagram, Pinterest, Youtube, Twitter, Twitch, Tiktok, Reddit
      • Supports : KissKissBankBank, Liberapay, Patreon, Tipee, Utip
  • The QrCode can then be downloaded as a png file

  • There are 4 input fields accessible by clicking on the corresponding arrows, to modify the qrcode :

    • social network url
    • the qrcode correction scale
    • the background color
    • the foreground color

Screenshots

  • When the application is launched

start

  • After entering a social network address

after

  • Downloadable Png image

download

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux