This Loan calculator demo application showcases the usage of several Essential JS 2 components in a real world application scenario. You can use this application to Calculates your loan payment based on your loan amount, interest and term.
Перейти к файлу
Thavasianand 1a5cb6babb
Merge pull request #7 from syncfusion/876038-showcase-1
876038: Need to update loan calculator in public branch
2024-03-13 17:01:10 +05:30
src 876038: Need to update loan calculator in public branch 2024-03-13 15:30:53 +05:30
styles Task 847280: Need to check the Showcase repository configuration and example repositary 2023-09-19 14:58:18 +05:30
.gitignore Task 847280: Need to check the Showcase repository configuration and example repositary 2023-09-19 14:58:18 +05:30
README.md Task 847280: Need to check the Showcase repository configuration and example repositary 2023-09-19 14:58:18 +05:30
favicon.ico Added the sample into the repository 2018-03-07 17:27:15 +05:30
gulpfile.js Task 847280: Need to check the Showcase repository configuration and example repository 2023-09-19 16:53:05 +05:30
index.html 876038: Need to update loan calculator in public branch 2024-03-13 15:30:53 +05:30
license Added the sample into the repository 2018-03-07 17:27:15 +05:30
package.json Update package.json 2024-03-13 16:44:35 +05:30
tsconfig.json Task 847280: Need to check the Showcase repository configuration and example repositary 2023-09-19 14:58:18 +05:30
webpack.config.js Task 847280: Need to check the Showcase repository configuration and example repositary 2023-09-19 14:58:18 +05:30

README.md

Loan Calculator Showcase Sample in JavaScript

The Loan Calculator Showcase web application sample is a practical demonstration of a loan calculator built using JavaScript and Syncfusion's Essential JS 2 library. This showcase provides users with a user-friendly interface to calculate and visualize various aspects of loan repayment, making it a valuable tool for both individuals and financial institution

Installation

To install the application dependencies, use the following command:

npm install

Build the application

To Build the application, use the below command,

npm run build

Run the application

To run the sample in the browser with live reload, use the following command:

npm run start