Skip to content

A WebBased Business card scan and management tool developed in CSC436 web application at DePaul University as a final project.

Notifications You must be signed in to change notification settings

newlifehaonan/BusinessCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Businesscard Introduction

  • "My Business card is a card scaning and manangement E-Card wallet"
  • A Web-based application developed in Angular 6 framework
  • Developed by Harry Chen in CSC436 DePaul University as his final project
  • Idea is provided by the courses Instructor Chandler Gegg
  • User Information are save in google firebase
  • App are only used for academic learning NOT FOR COMERCIAL BUSINESS
  • App are already deployed at google cloud. Please go to Business-Card to review!

Application Features

  • User authentification: function provided by google firebase auth tool
  • User profile and activity log: saved in google firebase database
  • App routing between over 10 more componenets
  • Dynamic Injection was used during development
  • All SCSS features are self developed although view are not responsive yet for mobile

How to use

  • git clone https://github.com/newlifehaonan/BusinessCard.git
  • Go to assets/environment.ts and add your own firebase key and google api key, format is as follow
// Please do not modify the variable name, otherwise you will manualy change 
// the variable name in each componenets or services that used it.
export const config = {
  apiKey: 'Your Key',
  authDomain: '',
  databaseURL: '',
  projectId: '',
  storageBucket: '',
  messagingSenderId: ''
};

export const googleApi = {
  key : 'Your Google Api key'
}
  • Npm install all dependency

  • Ng serve

  • If you have any question about how to lunch the app locally, please contact HCHEN@[email protected]

About

A WebBased Business card scan and management tool developed in CSC436 web application at DePaul University as a final project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published