diff --git a/Projects/2-Intermediate/Bill-Splitting-Calculator.md b/Projects/2-Intermediate/Bill-Splitting-Calculator.md new file mode 100644 index 00000000..7edd9aff --- /dev/null +++ b/Projects/2-Intermediate/Bill-Splitting-Calculator.md @@ -0,0 +1,23 @@ +# Bill-Splitting Calculator + +**Tier:**: 2-Intermediate + +This app allows you to keep track of how to split a bill when eating out, taking into consideration factors like tipping, taxes, and if some people spent more than others. + +## User Stories + +- [ ] User can keep track of how much each person owes them for the meal +- [ ] User can easily calculate how much to tip +- [ ] User can easily calculate how much they spent on the meal (with tip and taxes factored in) + +## Bonus Features + +- [ ] User can upload a photo of the receipt for processing +- [ ] User can request payments from within the app interface + +## Useful links and resources +https://www.forbes.com/sites/maggiemcgrath/2014/02/28/the-definitive-guide-to-splitting-the-dinner-bill/#47a46ec871a4 + +## Example projects +https://codepen.io/cphemm/pen/reNwWd +https://codepen.io/amacher13/pen/ZEzNJbo \ No newline at end of file