Demo application that Calculates your loan payment based on your loan amount, interest and term.
Перейти к файлу
alansangeeths f3235cbac9
Merge pull request #12 from BharatRamsf3693/master
891562: Need to move the latest changes to public repo
2024-07-04 12:42:19 +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 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +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 891562: The structure has been modified according to the public repo 2024-07-01 19:34:20 +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.