Money management app made in Swift 5 with Core Data.
- Username and passwords are generated according to the user's registration information.
- The user creates a record by entering the amount, category, date, note and, if any, the photo properties of the transaction information.
- The recorded transaction information is displayed in the table on the main page. According to these transactions, income, expense and total balance information is also available on the main page.
- After pressing the transaction information in the table, the details of the transaction information can be displayed.
- There is also a page with users informations.
- Added auto login feature for convenience.