From 03795d71e998a288ed6c11e0f6396ec7a550ccff Mon Sep 17 00:00:00 2001 From: TATS03 Date: Sun, 15 Oct 2023 08:39:04 +0100 Subject: [PATCH] feat: add TATS03 app idea --- Projects/2-Intermediate/personal-finance.md | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Projects/2-Intermediate/personal-finance.md diff --git a/Projects/2-Intermediate/personal-finance.md b/Projects/2-Intermediate/personal-finance.md new file mode 100644 index 00000000..b4da8073 --- /dev/null +++ b/Projects/2-Intermediate/personal-finance.md @@ -0,0 +1,27 @@ +# my-fi + +**Tier:** 2-Intermediate + +a soft tool that allows any user to keep control of their personal finances in everyday life. + +## User Stories + +- [ ] User can list their source of income +- [ ] User can list their expenses +- [ ] User can allocate an expense to a source of income +- [ ] User can make loan +- [ ] User can record the return of the loan +- [ ] User can list the loans +- [ ] User can attach a loan to a specific source of income +- [ ] User can make assessments, + +## Bonus features + +- [ ] User can make assessments for each source of income +- [ ] User can make daily, monthly or specific period assessments + + +## Example projects + +mobilss is a mobile app allow to get controll and track our money +https://www.mobillsapp.com/?dd_pm=none&dd_pm_cat=finance_app \ No newline at end of file