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 calculate your loan payment based on your loan amount, interest, and term.
Перейти к файлу
MahalakshmiKarthikeyan 8830387aca
Merge pull request #2 from syncfusion/EJ2-847257-showcasereact
bug(EJ2-847257): demo sample for showcase public react
2023-09-20 15:21:34 +05:30
src bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
styles bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
.gitignore Added the sample into the repository. 2022-09-30 16:13:02 +05:30
.npmignore Added the sample into the repository. 2022-09-30 16:13:02 +05:30
README.md bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
favicon.ico bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
gulpfile.js bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
index.html bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
license Added the sample into the repository. 2022-09-30 16:13:02 +05:30
package.json bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
tsconfig.json bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30
webpack.config.js bug(EJ2-847257): demo sample for showcase public react 2023-09-20 13:25:06 +05:30

README.md

Loan Calculator Showcase Sample in React

The Loan Calculator Showcase web application sample is a practical demonstration of a loan calculator built using React 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