Code Monkey home page Code Monkey logo

e-card's Introduction

ECard

About

ECard, as its name states, is a electronic business card. As nowadays people are busier than usual, we have created an app for individuals to exchange their contact information conveniently, by just bumping their phone while the app is open.

How to Use the App

Dependencies & Libraries

UIKit

The overall framework of the app, also providing components to utilize. For our app, for example, the transition between different views are provided by UIKit. Dive in deeper, each view has a lifecycle that can trigger the app to perform specific functions: e.g. after pressing the login button on the login view, it will trigger a loading pop-up view for the user.

Foundation

Providing essential data types, collections and basic api's, such as:Int,String, Array, DateTime,FlieManager, URLSession.

MultipeerConnectivity

This library provides the curcial functionality of this app, as we utilize it to make the user's phone connect and exchange data with nearby other users via Bluetooth and/or WiFi.

Realm & Realm Database

As we used MangoDB as our server-side database to store user data, Realm provide us with the power connecting to the cloud database for retrieving and uploading users' information and credentials.

Structure

File Structure

Workflow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.