@urubuz/spend-tracking
v1.0.0
Published
A CLI expense tracking npm package
Downloads
1
Readme
A CLI expense tracking npm package
Todo:
- [ ] Allow user to manage multiple budgets
- [ ] Must use app daily (Node on iOS possible through ish-app/ish)
- [ ] Add TS, Redux, immer or ImmutableJS, tests (code kata)
- [ ] Fork project, hook up Firebase, migrate to mobile React Native app
Places we deal with store object:
- reading file on app bootstrap
- displaying budget on main() prompt
- mutating store budget on insertNewCharge()
- mutating store charges on insertNewCharge()
- mutating store budget on editBudget()