All Projects → sean7218 → Ubereats

sean7218 / Ubereats

🍦 UberEats clone 🍜 : iOS in Swift, backend with Yelp API and Node.js. Location uses Google Map Service API. All animation and UI done programmatically

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Ubereats

Trail Android
🚕 Simple, smooth animation for route / polylines on google maps using projections.
Stars: ✭ 465 (+307.89%)
Mutual labels:  uber
Ridesharing Uber Lyft App
Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
Stars: ✭ 882 (+673.68%)
Mutual labels:  uber
Seer
🗜 A customizable devtool solution
Stars: ✭ 72 (-36.84%)
Mutual labels:  uber
Uberclone
Uber App Clone
Stars: ✭ 593 (+420.18%)
Mutual labels:  uber
Didicallcar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
Stars: ✭ 935 (+720.18%)
Mutual labels:  uber
Auto Value Bundle
Extends Autovalue to extract data from a bundle into a value object.
Stars: ✭ 36 (-68.42%)
Mutual labels:  uber
Sbnet
Sparse Blocks Networks
Stars: ✭ 414 (+263.16%)
Mutual labels:  uber
H3 Py Notebooks
Jupyter notebooks for h3-py, a hierarchical hexagonal geospatial indexing system
Stars: ✭ 82 (-28.07%)
Mutual labels:  uber
Metta
An information security preparedness tool to do adversarial simulation.
Stars: ✭ 867 (+660.53%)
Mutual labels:  uber
Athenax
SQL-based streaming analytics platform at scale
Stars: ✭ 1,178 (+933.33%)
Mutual labels:  uber
Ubercaranimation
A demo app showing movement of car on map like in Uber.
Stars: ✭ 643 (+464.04%)
Mutual labels:  uber
Probe.gl
A performance instrumentation logging library for Uber frameworks
Stars: ✭ 24 (-78.95%)
Mutual labels:  uber
React Vis
Data Visualization Components
Stars: ✭ 8,091 (+6997.37%)
Mutual labels:  uber
Cadence
Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
Stars: ✭ 5,522 (+4743.86%)
Mutual labels:  uber
Deck.gl
WebGL2 powered visualization framework
Stars: ✭ 9,304 (+8061.4%)
Mutual labels:  uber
H3 Js
h3-js provides a JavaScript version of H3, a hexagon-based geospatial indexing system.
Stars: ✭ 418 (+266.67%)
Mutual labels:  uber
React Native Uber Clone
Uber UI Clone in React Native
Stars: ✭ 35 (-69.3%)
Mutual labels:  uber
Cadence Java Client
Java framework for Cadence Workflow Service
Stars: ✭ 85 (-25.44%)
Mutual labels:  uber
Uberux
Project that demonstrates the entire animation stack present in the Uber app (android)
Stars: ✭ 1,201 (+953.51%)
Mutual labels:  uber
Uber Cli
🚗Uber, at your fingertips
Stars: ✭ 1,142 (+901.75%)
Mutual labels:  uber

UberEATS Reverse Engineering

This app is meant to be used as demo and show the various filters for restaurants near you.

  • 🙇 any code review or suggestion are appreciated
  • 🔥 contribution is definitely welcomed
  • 🙌 if you are a UI/UX designer and wants to see certain animation. Please Let me know!

The CI/CD will be implemented on Bitrise and the also the unit testing will be done on the data layer

Stages Status Hours
Set User Location ☑️ 8
Fetch Restaurants ☑️ 24
Filter Restaurants UI done
Fetch Restaurant Meals
Show Restaurant Info ☑️
Filter Restaurant Meals ☑️
Order Meal
Order Payment
Order Tracking

Login

email: [email protected]
password: abcPassword

Google Map Service

  • You will not be able to make any network calls without the config.swift file because it contains all the access keys. Please DM @sean7218 if you want to play with the location service and backend Yelp API
  • The map and the location is using Google Map Service and Google Places. Please obtain your own API token. Creating a file in the same folder where AppDelegate.swift with following
// ubereats/config.swift
 import Foundation

 struct KEYS {
     static var GOOGLE_MAP_KEY: String = "YOUR_GOOGLE_ACCESS_KEY"
     static var ACCESS_BEAR_KEY: String = "YOUR_BACKEND_API_ACCESS_KEY"
 }

Pod

Pods are not pushed to this remote so you have to run the following before running the app

pod install

Home Page

show

Detail View

detail-viewgif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].