Transaction logging and monthly filter for income and expenses. There are 2 pages, first for all transactions logged, and a second one for the current month only. Each transaction is displayed as a lively card with a clean animation, swiping to the left deletes a transaction when viewing all transactions. A summary field at the top gives a brief insight to the amount of profit/loss made that month. Adding a transaction to the list has the following attributes:
- Name {unique}
- Type [income/expense]
- Amount
- Category
- Date
- Description
npm i && npm startbasic functionality : ~20 min
creating styles : ~80 min
integrating a database for persistant storage : ~20 min
styling : ~90 min
routes and navigation : ~20 min
swipe animation : ~40 min
polishing features and styles : ~20 min
organizing code + writing readme : 10 min