lmunozm1702 / tracksaction

track$action is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
MIT License
0 stars 0 forks source link

Delivery 5: Transactions page #16

Closed lmunozm1702 closed 1 year ago

lmunozm1702 commented 1 year ago

In this PR, I release:

For a given category, the list of transactions is presented, ordered by the most recent.

At the top of the page the user could see the total amount for the category (sum of all of the amounts of the transactions in that category).

There is a button "add a new transaction" at the bottom that brings the user to the page to create a new transaction. (into the current category)

When the user clicks on the "Back" button (<), the user navigates to the home page.