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

https://github.com/holyketzer/mortgage-calc


https://github.com/holyketzer/mortgage-calc

elm mortgage-calculator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Early loan repayment vs deposit calculator

This project is created to learn advantages of [Elm](elm-lang.org) language. No JS at all, no JS-related ecosystem! Do you like it ah?

See in action https://holyketzer.github.io/mortgage-calc/

# Run locally

```sh
elm-reactor
```

# Build

```sh
elm-make src/main.elm
```