avimallu 1b03e2e977 Merge pull request #2 from avimallu/add_proportion
Add 'Split by Proportion' and 'Remove Item' features
2025-08-28 10:28:21 -05:00
2025-07-20 17:41:11 -05:00
2025-08-28 10:28:07 -05:00
2025-08-28 10:26:11 -05:00
2025-07-20 18:06:44 -05:00
2025-07-20 17:41:11 -05:00
2025-07-20 17:41:11 -05:00
2025-07-20 17:41:11 -05:00
2025-07-27 10:14:28 -05:00

BorrowChecker

A simple app to help you split your bills and receipts with multiple people fairy.

Screenshots

Development

Install Dioxus, and run the following command in the root of your project to start developing with the default platform:

dx serve --port 8123

If you want to make it available to the local network, run:

dx serve --port 8123 --addr 0.0.0.0

The choice of the port argument is up to you. Currently, this app is configured to only be compilable on the web platform.

Description
A simple app to help you split your bills and receipts with multiple people fairly.
Readme 1.3 MiB
Languages
Rust 99.9%
Shell 0.1%