This Salesforce Aura component is a Mortgage Calculator that allows users to calculate their monthly mortgage payments based on the loan amount, interest rate, and loan term. It also includes a Pie Chart visualization to provide a graphical representation of the mortgage breakdown.
- Calculate monthly mortgage payments.
- Visualize the mortgage breakdown with a Pie Chart.
- Easily configurable and customizable within Salesforce.
To install this Aura Component in your Salesforce organization, follow these steps:
-
Clone this repository or download the source code.
-
Use the Salesforce CLI (SFDX) to deploy the Aura Component to your Salesforce org.
sfdx force:source:deploy -p path/to/source
- Add the Aura Component to your Lightning App or Page.
-
Navigate to the Lightning App or Page where you want to add the Mortgage Calculator.
-
Add the Mortgage Calculator Aura
Main.app
to the page layout. -
Configure the component properties as needed, such as setting the default loan amount, interest rate, and loan term.
-
Save the changes to the page layout.
-
Access the page with the Mortgage Calculator, and users can start using it to calculate mortgage payments.
The Pie Chart visualization provides a graphical representation of the mortgage breakdown, showing the proportion of principal and interest in each monthly payment.
If you encounter any issues or have suggestions for improvement, please open an issue on this GitHub repository.
This Mortgage Calculator Aura Component is released under the MIT License - see the LICENSE file for details.