E-LeeSchaffer / money-manager

Capstone Project: Money Manager
https://money-manager-flax.vercel.app
1 stars 0 forks source link

Account Balance #5

Closed melanie-adler closed 1 month ago

melanie-adler commented 2 months ago

Value Proposition

As a user

I want to see the total balance of my transactions,

so that I can quickly understand my overall financial situation.

Description

Image

Acceptance Criteria

Tasks

F-Kirchhoff commented 1 month ago

please don't use a second state for the balance, it should be derived directly from the transactions state.

F-Kirchhoff commented 1 month ago

please don't use a useEffect here as well.

NikRoe commented 1 month ago

👍

JessicaLoers commented 1 month ago

LGTM ✨