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
Helpers
Models
Properties
Views 911856: Update sample for vol3 2024 2024-09-25 16:11:29 +05:30
content
wwwroot
.gitignore
LoanCalculator.csproj 911856: Update sample for vol3 2024 2024-09-25 16:11:29 +05:30
NuGet.Config
Program.cs
README.md
appsettings.Development.json
appsettings.json

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.