Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dogsghost/loan-payment-calculator
- Owner: dogsGhost
- Created: 2013-04-09T22:01:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T18:51:41.000Z (almost 12 years ago)
- Last Synced: 2024-04-17T05:46:09.095Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.