CVNNECT
01.Description
CVNNECT is a SaaS website for creating and sharing digital business cards. It allows users to customize card templates and share with others through QR code, email, or link. Firebase serves as both the authentication provider and the database, facilitated by Firebase's Cloud Firestore.
02.Motivation & Outcomes
CVNNECT originated as a website designed to encapsulate
a SaaS-based product model. It was inspired from other
websites such as Linktree, where registered users can
upload their information and generate a unique URL for
other people to access. The idea of a digital business
card came up as it provided an easy way to share your
information with others while networking.
This project took me through the full development
lifecycle. From designing the UI, to implementation, to
deployment. I gained hands-on experience integrating
multiple authentication providers and working with a
NoSQL database through Firestore, learning how to
structure and query data with an ORM.