A simple webpage that helps calculate how to split the cost of a meal with other people.
Go to Meal Split Calculator here or the GitHub Pages hosted one here.
Typically, we know how much each dish costs, but things get more complicated when there’s taxes, fees,
discounts, tips, and other shared expenses on top.
The calculator basically figures out the percentage of the total cost that each dish/person contributed,
and then scales the overall total by that amount, to ensure that each person pays their fair share of
the shared expenses.
Here’s an example to better illustrate things:
You can play with it live here or here on GitHub Pages.
Also works great on mobile devices!
If you want to share this calculation with other people, simply click the “Copy Link” button at the bottom of the page to get a link to a pre-filled out version of this page that you can paste anywhere.