luceroweb / karot-saving-smart

Millions of us are living paycheck to paycheck. It can be difficult to build a budget that helps you pay for your bills as well as plan for the future - without making you feel like you have to do without. You may have heard about the tried and true cash “Envelope Savings” system, which can help you to make sure you always have enough to pay your b
https://karot-saving-smart.netlify.app/
3 stars 13 forks source link

Hsf 94 modify expense form #114

Closed firezgi closed 2 years ago

firezgi commented 2 years ago

Changes

  1. change the expense form to use for updating expenses
  2. change react states to redux states
  3. able to update the expense and 'Extra money'

Purpose Simplify passing expenses between components by changing the states to redux states and to update the expense and 'Extra money'

Approach when click on expense detail view opens the expense edit form to update expense and “Extra Money” values .

Learning how to setup redux toolkit state

Closes #93 & #94