/Pocket

Event management system for Sejong university students

Primary LanguageSwift

Pocket IOS app

General info

IOS application designed to help university students in South Korea with meeting people with the same interests. You can find demo video in following weblink: https://www.youtube.com/watch?v=cb_EmGyi7SA

Screenshots

Technologies

Project is created with:

  • Swift
  • MVC
  • UIKit
  • UserDefaults
  • Firestore: Authentication, Cloud Firestore, Storage
  • Custom TableView, TableViewCell
  • Reachability, Parchment
  • 100% programmatic UI

Features

List of features ready

  • Authentication through Firebase
  • Login and sign up with your email and password
  • Add event to Firestore after login
  • Save user information inside of app after terminating the app
  • Check for internet connection at launch screen

Setup

To run this project, install necessary pods using Terminal: Set the cd to the project folder. Install pods by running this command in Terminal

$ cd ../Pocket
$ pod install