Merge 3d5271b9ef
into 08b771c863
commit
1ce88921a5
@ -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)
|
Loading…
Reference in new issue