Slick Mortgage Calculator

Hi there,

I want to make a mortgage calculator that is very slick and updates a visual graph live as you change your entries. example:

I’m not a programmer. How hard would this be to do / is it even possible? Assuming that the actual calculator/formula is known.

thanks

Anything is possible :wink: the most complex part will be rendering the chart.

d3 and highcharts are good options for drawing the chart with javascript.