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)
- Host: GitHub
- URL: https://github.com/kurayami07734/card-gen
- Owner: kurayami07734
- Created: 2023-01-05T04:47:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T13:12:33.000Z (over 2 years ago)
- Last Synced: 2025-02-09T11:12:49.317Z (4 months ago)
- Topics: card-generator, fabricjs, firebase, svelte, typescript
- Language: Svelte
- Homepage: https://card-gen-8fe01.web.app/
- Size: 746 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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