/card_maker

business_card_maker

Primary LanguageSvelte

Business Card Maker (CardGen)

Users can select a template and edit the design as per their requirements. No signup is required, but to backup files and make custom templates Login is required.

Firebase is used for cloud storage(Firestore) and for authentication. Svelte is used for making UI components. It uses FabricJS for an abstraction on top of the canvas tag in html5.

Heavily inspired by BrandCrowd's business card maker

Firebase hosting

Instructions

  1. Node and npm (install these)
  2. run npm install to install packages
  3. run npm run dev to start live server