🔪 $PL/IT is a mobile tab splitting app for friends who go out to eat but have different spending habits. iOS and Android users can upload photos of their receipts and claim ownership of each item in that receipt. Once the event is closed, each user is shown how much they should pay or charge other users in the event.
This was built using Google's Cloud Vision API with a front end in React Native and a back-end in Firebase.
We wrote a custom algorithm to parse the results from Cloud Vision's API into line items which we store in Firebase's real-time database. Firebase supports not only our app's database and authentication, but also user interaction. In addition, this non-relational database allows us to set up subscriptions to an SDK to handle queries almost instantly.
- Clone the repository to your local computer
- Run
npm install
- Have at it!