Published on https://noobnur.github.io/pocketmoney/
To build and deploy, run:
yarn build
and then yarn deploy
This is a personal project for me to
- Quickly calculate how much of my salary should be budgeted for saving and expense.
- Learn how to use REACT.js library for the calculations part
- Learn how to use Firebase as my database
- React
- Thinking in REACT - https://reactjs.org/docs/thinking-in-react.html
- REACT lifecycle (super useful for newbies): https://developmentarc.gitbooks.io/react-indepth/content/life_cycle/the_life_cycle_recap.html
- Passing Data between REACT components: https://medium.com/@ruthmpardee/passing-data-between-react-components-103ad82ebd17
- Persistant REACT Data to Firebase: https://www.youtube.com/watch?v=QY7Ibl37_08
- The code has A LOT of repetition: will clean that up soon.
- Design elements: it really looks bare now.
The current calculator works fine but it's really bare (and not aligned lol). Problem: Sister is living paycheck to paycheck even though she earns a lot. Her expenses are high and she has a lot of debts. She doesn't have good savings. What she cannot see is how much her debts really are and how little she is saving, or maybe how much she can actually save if she does.
Calculate
- How much time it will take for her to finish her debts (large ones like Uni) on the amount she is paying now
- How much each payment is actually deducting after we consider the interest on it
- Edit the Savings and Expenses components
- Allow users to change a title for the amounts
- Allow users to add more titles and calculation parts
- BudgetApp
- SalaryInput
- SavingsInput
- PersonalGoal
- JointGoal
- Emergency
- ExpensesInput
- TuitionFeeLoan
- GeneralAssemblyLoan
- PhoneBill