Skip to content
forked from wsmaragh/dAte

A dating app that creates meaningful connections through food

Notifications You must be signed in to change notification settings

mohsinalimat/dAte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dAte

dAte

dAte is a iOS mobile app that matches users based on their food preferences.


dAte dAte

Features

A few of the things you can do with dAte:

  • Browse users with similiar preferences
  • Like and Match with users
  • Send and receive chat messages (with notification)
  • Schedule a date with your match (with notification)
  • Receive Push notifications for likes, matches, and date reminders

Designing & Planning

Developed by:

Demo Presentation at Venmo (in front 200-person crowd + judges)

Project Manangement (Trello)

Project Management/Progress: https://trello.com/b/U6tB0D4k/capstonetrello

Built with

Requirements

  • Xcode 9.3+
  • iOS 11.3
  • Swift 4.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command: $ sudo gem install cocoapods

Pods

  • Firebase
    • Firebase/Core
    • Firebase/Auth
    • Firebase/Database
    • Firebase/Storage

How to Install Pods

To integrate these pods into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target 'dAte' do
    pod 'Firebase/Core'
    pod 'Firebase/Auth'
    pod 'Firebase/Database'
    pod 'Firebase/Storage'
end

Then, run the following command in Terminal: $ pod install

Acknowledgments

  • Thanks to Intrepid/Accenture for providing us with great mentors.
  • Thanks to Venmo/Paypal for hosting our Demo.

About

A dating app that creates meaningful connections through food

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.8%
  • Ruby 0.2%