From 3d5271b9ef4b338987dc9dceeee53130a3d3a1fb Mon Sep 17 00:00:00 2001 From: sagar608 Date: Sun, 14 Jun 2020 09:00:34 +0545 Subject: [PATCH] Added expense tracker --- .../2-Intermediate/Expense-Tracker-App.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Projects/2-Intermediate/Expense-Tracker-App.md diff --git a/Projects/2-Intermediate/Expense-Tracker-App.md b/Projects/2-Intermediate/Expense-Tracker-App.md new file mode 100644 index 00000000..90e1a072 --- /dev/null +++ b/Projects/2-Intermediate/Expense-Tracker-App.md @@ -0,0 +1,32 @@ +# Application Name + +**Tier:** 2-Intermediate + +Create your own expense tracker to track your daily expenses and keep yourself updated + +Answer the following questions: + +- "What is the purpose of this application?" + The purpose of this application is to make users to put their daily/weekly/monthly total earnings and put their daily expenses, so that they can easily track their daily expenses and remaining money. +- "Are there any resources needed in order to complete the project?" - If yes, be sure to add it. + Yes, there are and I will add them. + +## User Stories + +- [ ] User can add their daily/weekly/monthly total income. +- [ ] User can add their daily expenses +- [ ] User can track their total remaining money. +- etc... + +## Bonus features + +- [ ] User can add their expense lists +- etc... + +## Useful links and resources + +[Create a expense manager with javascript](https://levelup.gitconnected.com/create-a-simple-expense-manager-with-javascript-4e2cf2097fba) + +## Example projects + +[Budgety](https://github.com/jonasschmedtmann/complete-javascript-course/tree/master/6-budgety)