Uarrivo is an uber like application that I created in a team at the American University in Cairo.
Overview
- Led a team of 3 students in successfully creating an uber like application with the usage of Qt and C++
- The app utilized the Dijkstra algorithm to efficiently find the fastest route to a user's destination.
- As a group we created an object oriented design, and successfully implemented it into a fully functional uber like application.
Features
- Multiple Payment Methods
- Different Car Class types which differed in price rates.
- Sign up, and Sign in pages with authentication of values entered.
- User Information page which contains preferred payment Methods, age, phone number, and other user information.
- The ability to change user information.
- Optimized routes(fastest routes are chosen).
How It Was Created
Uarrivo was created in a team of three at the American University in Cairo. We utilized C++, and Qt to create this application. To create the application we first started with the object oriented design. After designing the application we distributed the different features of the program amongst ourselves and successfully implemented the design.