https://github.com/holyketzer/mortgage-calc
https://github.com/holyketzer/mortgage-calc
elm mortgage-calculator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/holyketzer/mortgage-calc
- Owner: holyketzer
- Created: 2018-03-01T17:49:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T18:51:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T22:35:41.233Z (3 months ago)
- Topics: elm, mortgage-calculator
- Language: Elm
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```