Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:10:40.000Z (9 months ago)
- Last Synced: 2024-12-18T23:42:43.059Z (24 days 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.![Mockup showcasing widget within website skeleton layout onthe side.](./demo/mock.png "Mock of example")
## 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