Demo application that Calculates your loan payment based on your loan amount, interest and term.
Перейти к файлу
MuthukumarK 7fb04cd7ab
Merge pull request #13 from Athiswaran-SF3980/master
911856: Update sample for vol3 2024
2024-10-15 13:34:16 +05:30
Controllers 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
Helpers 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
Models 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
Properties 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
Views 911856: Update sample for vol3 2024 2024-09-25 16:11:29 +05:30
content 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
wwwroot 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
.gitignore 891562: Need to move the latest changes to public repo 2024-06-28 07:59:00 +05:30
LoanCalculator.csproj 911856: Update sample for vol3 2024 2024-09-25 16:11:29 +05:30
NuGet.Config 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
Program.cs 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
README.md 891562: Update README.md 2024-07-04 10:23:31 +05:30
appsettings.Development.json 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30
appsettings.json 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +05:30

README.md

ej2-showcase-aspnetcore-loan-calculator

Demo application that Calculates your loan payment based on your loan amount, interest and term.

Deployment

Requirements to run the demo

The sample requires the below requirements to run.

Run

  • Clone this repository.
  • Open the command prompt from Application root directory.
  • Run the demo using dotnet run command.

Demo

https://ej2.syncfusion.com/showcase/aspnetcore/loan-calculator/

Check all the showcase samples from here.