From 9d4e354e86d7aede7a6f9beca5a8156573c9dc11 Mon Sep 17 00:00:00 2001 From: Dhroov Gupta Date: Tue, 26 Oct 2021 12:25:17 +0530 Subject: [PATCH] Create Money-splitter.md --- Projects/2-Intermediate/Money-splitter.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Projects/2-Intermediate/Money-splitter.md diff --git a/Projects/2-Intermediate/Money-splitter.md b/Projects/2-Intermediate/Money-splitter.md new file mode 100644 index 00000000..213a5153 --- /dev/null +++ b/Projects/2-Intermediate/Money-splitter.md @@ -0,0 +1,20 @@ +#Money splitter + +**Tier:** 2-Intermediate +Money splitter + +## User Stories +- [ ] User should start by login/Signup to create the account. +- [ ] User can add an expense and split with the friends. +- [ ] Now, the other users in that expense will get the notifications. +- [ ] Once a user pays their contribution, he/she can mark done on that expense. + +## Bonus features +- [ ] We can provide integration of payment through the app. +- [ ] Analytics for the monthly expenses. + +## Useful links and resources + +Example projects + +[Splitwise](https://www.splitwise.com/)