True OO implementation in Java of a Home Task Management System. This project is a port and modification from https://github.com/SilasReinagel/HomeTaskManagement
User should be able to create an account.
Only one account per user.
Starting balance should be zero.
Account holds a scalar amount of currency.
Currency type does not need to be specified.
User should be able to create an account. Only one account per user. Starting balance should be zero. Account holds a scalar amount of currency. Currency type does not need to be specified.