Skip to content

Make business cards. Project for IEEE x Alhansat Technologies Winter Internship (group 80)

Notifications You must be signed in to change notification settings

kurayami07734/card-gen

Repository files navigation

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