An open API service indexing awesome lists of open source software.

https://github.com/kurayami07734/card-gen

Make business cards. Project for IEEE x Alhansat Technologies Winter Internship (group 80)
https://github.com/kurayami07734/card-gen

card-generator fabricjs firebase svelte typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.brandcrowd.com/business-card-maker)

[Firebase hosting](https://card-gen-8fe01.web.app/)

## Instructions

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