Summary
An app to show the monthly expense. User’s add their monthly salary, rent etc. It will show there final balance and upcoming expenditure. You can also take it even further by giving visualisation and insight
Elements
- A simple db management
- A server may be Flask, Django or Fastapi
- User authentication, can use simple google oauth
- Able to add cron tasks on expenditure management
- Credit management
Possible users journey
- User login system
- Add various types of expenses and credits
- Minimum ability to add a custom payment and its cron task
- Should be able to add both credit and debit
- Automatically calculate credit and debit
- Can also show visualization graphs
Acceptance criteria
- Should able to add saving and expense
- Final credit and debit must be balanced
Requirement
- Python beginner / intermediate
- Basic db operations