SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 103 forks source link

Loan Payment Calculator #554

Closed 1520229462 closed 10 months ago

1520229462 commented 10 months ago

Enter calculator name -

Loan Payment Calculator

Describe calculator functionality -

Create a calculator to calculate the monthly payment amount and total interest of a loan. The input parameters include the loan amount, interest rate, and loan term. The loan amount refers to the total amount of the loan, the interest rate refers to the annual interest rate of the loan, and the loan term refers to the repayment period of the loan. The output results include the monthly payment amount and total interest. The monthly payment amount can be calculated using the formula for equal monthly installments, and the total interest can be calculated using the following formula: Total Interest = Monthly Payment Amount * Loan Term - Loan Amount.

Under which category you wish to place it -

1520229462 commented 10 months ago

Kindly assign this issue to me @SarthakKeshari

SarthakKeshari commented 10 months ago

Hey @1520229462, Glad to see your eagerness for contributing 🤩. This issue has already been addressed under #61. Hope to see you come up with more innovative issues.

Happy contributing!! 🎉