Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dogsghost/loan-payment-calculator

Calculates interest payments on a loan using JavsScript, with PHP fallback.
https://github.com/dogsghost/loan-payment-calculator

Last synced: 1 day ago
JSON representation

Calculates interest payments on a loan using JavsScript, with PHP fallback.

Awesome Lists containing this project

README

        

Loan Payment Calculator
=======================

Calculates monthly payments, including interest, on a financial loan using JavsScript, with PHP fallback.

The real challenge of this project was creating a RegEx to validate the number input over a simple value comparison.