https://github.com/eraychumak/mortgagerepaymentcalculator
This is an implementation part of coursework one for the CIS3159 - Professional Portfolio module at Edge Hill University.
https://github.com/eraychumak/mortgagerepaymentcalculator
mortgage-calculator web web-component widget
Last synced: 25 days ago
JSON representation
This is an implementation part of coursework one for the CIS3159 - Professional Portfolio module at Edge Hill University.
- Host: GitHub
- URL: https://github.com/eraychumak/mortgagerepaymentcalculator
- Owner: eraychumak
- Created: 2024-03-05T18:39:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:10:40.000Z (12 months ago)
- Last Synced: 2025-03-12T00:38:10.377Z (about 2 months ago)
- Topics: mortgage-calculator, web, web-component, widget
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/mortgage-repayment-calculator
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mortgage repayment calculator
This is a web component widget for developers to embed on their
websites if they want to provide users with a new feature to
calculate mortgage repayments.
## Getting started
This component has one dependency, which is a `45 KB` library
called [Lightweight Charts](https://www.tradingview.com/lightweight-charts/).Before using the web component, please ensure you load
the [Lightweight Charts](https://www.tradingview.com/lightweight-charts/) dependency
through a [CDN](https://tradingview.github.io/lightweight-charts/tutorials/customization/creating-a-chart) as the web component does not import it explicitly and assumes its namespace exists.### Examples (buildless)
#### As a script
```html