Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.71 KB

File metadata and controls

36 lines (30 loc) · 1.71 KB

SplitIt

React project that implements on ideas for receipt splitting using OCR, itemization, payment claims, no signin required!

Key Features

  • OCR
    • Upload images of the receipt.
    • The site with then parse the receipt and add the items, prices, and quantities that it finds.
    • This is all done behind the scenes using an OCR API.
  • Sharing
    • When you create the SplitIt, each item has a unique ID that can be shared with friends.
    • The friend can use that id and see the receipt and items once it is created.
    • The friend does not need to sign-in to be able to do that.
  • Claiming
    • Once a user has a code, they can claim any item on the receipt.
    • As you claim, prices get added below and show you the total price of all claimed items.
    • You can then pay for the items and your friends can see everything you claimed and paid for.
  • Itemization
    • Edit the items that were inputed through the OCR.
    • Add other items that you want to charge for.
    • Add quanitity and edit the list to what you want!

Video Example

Video on Youtube

Screenshots

Created for 17356: Software Engineering for Startups