In this tutorial, you will learn how to create a savings interest rate calculator HTML, CSS, JavaScript. You will learn how to add text and select inputs and process these values with a button click. For the tutorial, we will use the interest rate savings formula with contribution:
Formula: A = P(1 + r/n)nt + PMT((1 + r/n)nt - 1)/(r/n)
In addition, you will learn how to use the chart.js library to create a chart that displays the savings amount a user would have with and without savings.
