The app allows the user to keep track of how much and for what they owe someone or someone ows them. Following is the functionality of the app.
Users can Sign Up or Sign In using their Email. Handled using Firebase Authentication.
The app displays the list of all the people the user owes or they owe the user along with the total amount. Any item on the list can be removed by pressing the 'tick' icon on the item card. The user can also add an account/person using the '+' icon on the appbar.
When clicked on the account/person, the app shows the details of all the expenses for which you owe or they owe you along with the details such as the date of the expense and for what it was. An expense can be removed from the list by pressing the 'tick' icon on the expense card.
The user can add an expense using the '+' icon in the appbar. Clicking the icon shows a form which asks for the details such as amount, date and reason.