Skip to content

Virtual Business Card App built with React and Node. You can store phone numbers and emails given to you by business partners, acquaintances and friends. We are implementing face recognition to allow easy use and other options for access as well. 🌟 Star this repo for future updates on development.

Notifications You must be signed in to change notification settings

Make-Squad/networq-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitii
Version Version Travis CI

The Virtual Business Card

Why carry business cards around when your face can be your business card?

This is a user-focused virtual business card application where you can leave your business card at home and embrace the use of augmented reality. You store your business card in the app and manage your privacy settings. When you're out in the world, your contact hovers their camera over your face and the app will recognize your image. This will send you an access notification and you can share your business card with them as well as connect with them on Linked in.

Installation

To install the required modules, run the command

$ npm i

To start up your local dev environment run:

$ npm run dev

Run test

$ npm test

Serve up docs

$ npm run dev
root/
|
|-- client/                  # Client side folders
|   |-- public/              # public files
|       |-- views/           # React files; html files
|       |-- styles/          # Template styles (buttons, colors, typography, etc)
|       |-- images/
|       |-- js/              # client side javascript
|   |-- src/                 # source files
|       |-- app/             # App files
|       |-- components/
|
|-- controllers/       
|-- models/
|-- tests/
|
`-- server.js                # server setup

Our Stack

  • Clarifai API for image recognition
  • MongoDB and Mongoose for database use and access
  • Express.js and Node.js for server logic and HTTP requests
  • HTML, Bootstrap, CSS, Sass, React.js and Javascript for front end templates and client side logic

Collaborators

  • Stephanie Cherubin - Front End, UI Design - React.js, Javascript
  • Faith Chikwekwe - Back End, Gitmaster - Node.js, Express.js, Javascript

About

Virtual Business Card App built with React and Node. You can store phone numbers and emails given to you by business partners, acquaintances and friends. We are implementing face recognition to allow easy use and other options for access as well. 🌟 Star this repo for future updates on development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published