Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremiras/loan-calculator
Simple way to determine monthly payment of a loan
https://github.com/andremiras/loan-calculator
calculator loan mortgage
Last synced: 17 days ago
JSON representation
Simple way to determine monthly payment of a loan
- Host: GitHub
- URL: https://github.com/andremiras/loan-calculator
- Owner: AndreMiras
- License: mit
- Created: 2021-06-06T07:59:08.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-31T07:12:57.000Z (about 2 months ago)
- Last Synced: 2024-12-07T19:36:35.231Z (17 days ago)
- Topics: calculator, loan, mortgage
- Language: TypeScript
- Homepage: https://andremiras.github.io/loan-calculator
- Size: 3.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Loan Calculator
[![Tests](https://github.com/AndreMiras/loan-calculator/workflows/Tests/badge.svg?branch=develop)](https://github.com/AndreMiras/loan-calculator/actions?query=workflow%3ATests)
[![Deploy](https://github.com/AndreMiras/loan-calculator/workflows/Deploy/badge.svg?branch=develop)](https://github.com/AndreMiras/loan-calculator/actions?query=workflow%3ADeploy)Simple way to determine monthly payment of a loan:
## Screenshot
## Run
```sh
yarn start
```## Test
```sh
yarn lint
yarn test
```