small web project to calculate compounding interest and graph portfolio value from 1-30 years.
live at pcalc.rpx.io
$ git clone https://github.com/rpxio/pcalc.git
$ cd pcalc
$ npm install
$ gulp watch
- add breakdown table of values under chart
- make chart easier to read (learn to use d3.js?)
- concatenate numbers like $100000 to $100k, $10500 to $10.5k, etc.
- fix form layout
💰💰💰