Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
Screenshot

## Run
```sh
yarn start
```

## Test
```sh
yarn lint
yarn test
```