Demo application that Calculates your loan payment based on your loan amount, interest and term.
The sample requires the below requirements to run.
- Clone this repository.
- Open the command prompt from Application root directory.
- Run the demo using
dotnet run
command.
Check all the showcase samples from here.