Mama Jenny's business started to bloom well. Now her burger and cake business are making huge profits, she finds really touch to keep a note of income and expenses. Mama knows that ProGrads have helped her in developing her business and she has again sought our help to build a expense tracker.
Help Mama create a expense tracker in Javascript that'll help her to maintain a list of income and expense on a daily basis. Your task is to build a expense tracker by using LocalStorage in JS.
Fork this repo
Clone this repo
Practice DOM Features
Upon completion, run the following commands:
git add .
git commit -m "ProGrad ID"
git push origin master
And finally, create a pull request so your ProGrad Mentor (PM) can review your work.
Complete the frontend as per the design given in the output.
Setup localStorage
, so that we can add or remove the income by clicking on the respective values. Positive values define income and negative values defines expenses. That's the whole point of it.
Show the final balance and also the total income and total expense separately as shown in the output.
List out the total transactions as a list.
Happy Coding ProGrads❤️