anasamer1997 / UberApp

A fully functioning clone of the famous Uber application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uber iOS App

Uber iOS App

A fully functioning clone of the famous Uber application.

About

Hi! This project is a study of how to build a fully functioning clone of the famous Uber application. The app was build from the ground up, fully programmatically without the use of storyboards.

In addition, I used Firebase for backend database, which engineer completely from scratch. Along the way, I learned a lot of kinds of advanced programming techniques, best practices, professional architecture, and more!

My goal was to build production ready applications, that are easily scalable and maintainable.

Uber iOS App

Description

Below is an overview of the functionality implemented:

  • Ability to log in/out and register users.
  • Trigger events in application between users in realtime.
  • Side menu and user profile
  • Displaying nearby drivers on map
  • Search and display locations
  • Users can accept and cancelling a trip

Technical functionality

  • Major focus on user experience, using advanced animations and a clean UI.
  • Engineering a database from scratch using Firebase.
  • Integration Cocoa Pods
  • Custom CocoaTouch View Subclasses
  • UIView extensions
  • UIViewController extensions
  • Creating a sliding menu
  • Creating a settings page
  • Searching for locations
  • Displaying locations on map
  • Firebase sign in and authentication
  • Location Services & Geolocation
  • Saving and showing real time driver annotations on the map
  • Using Firebase for real time user requests
  • MapViews

Requirements

  • IDE: Xcode 11.3.1 (11C504)
  • Swift 5.x
  • iOS 13.0+

Used Dependecies (Libraries)

ScreenShots

Passenger

News News News News
News News News News
News News News News
News News News News News

Driver

News News News News

Installation

  • Download the project.
  • Open the terminal and navigate to the directory of project cd Uber.
  • Install Dependencies with Cocoapods pod install.
  • Open the workspace open Uber.xcworkspace.

Author

About

A fully functioning clone of the famous Uber application.


Languages

Language:Swift 99.7%Language:Ruby 0.3%