Skip to content

linh4/split-b-front-end

Repository files navigation

Split-B App

Split-B is an app that let users split a bill among friends.

  • User can create an account.
  • User can create a bill manually by typing items and prices.
  • User can edit and delete bills and items.
  • User can assign payers for each items.
  • User can keep record of the bill for who pay for what.
  • User can also attach image file of receipts, the app uses an api to read the text and return items and prices based on the receipts. For now, this feature can only works with these images below so please use these images to test that feature. My future plan is to make the feature work with any receipt images.

Receipt 1:

Receipt 2:

Receipt 3:

Receipt 4:

Receipt 5:

Run locally:

Run backend:

bundle install
rake db:migrate
rails s

Frontend:

npm i && npm start

Future Plans:

  • Add quantity and discount.
  • Add details page of both items and payers in the same page.
  • Work on scan receipt feature so it can scan different receipt

About

A bill splitter using Rails back end and React, Redux front end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published