A user can add description and amount of his incomes and expenses. Then he can see the balance.
- Create the account structure.
- Add the income/expense into account storage
- Add sum for incomes & expenses
- Save income/expense data into localstorage
- Display the income & expense data from localstrage
- Display account balance
A gif file as a demo could be added later.