abnDK / personal-budget-2

For completing personal budget 2 project in Codecademy back engineer career path
0 stars 0 forks source link

End goal for pb2 #54

Open abnDK opened 1 year ago

abnDK commented 1 year ago

When following goals have been implemented, it's time to start a new project with new learning goals:

Next project learning goals:

abnDK commented 1 year ago

When following goals have been implemented, it's time to start a new project with new learning goals:

  • Edit budget DONE
  • Add and remove row DONE (see #49, #50, #51)
  • add transactions and remove them again (on same page as budget) DONE (see #58)
  • Filter by month (see #57)
  • Show amount spent/budget left for each category
  • versioning of budget - at least and mvp to be used in later versions (see #57 )

Next project learning goals:

  • use framework: angular
  • use styling library: bootstrap and tailwind?
  • model the project thoroughly with uml diagrams
  • error handling, showing user error messages- write validators
  • deploy it somewhere - ie GitHub pages?