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 7: Add new transaction page #18

Closed lmunozm1702 closed 1 year ago

lmunozm1702 commented 1 year ago

In this PR, I am releasing:

The user fills out a form to create a new transaction with: name (mandatory), amount (mandatory), categories (mandatory at least one)

The user click (or taps) the "Save" button to create the new transaction, and is taken to the transactions page for that category.

When the user clicks on the "Back" button (<), the user navigates to the transactions page for that category.

9