LoanShark: A Coding Challenge
An application that generates an amorization schedule for a simple interest loan.
Try It Out!Controller Use
Model Use
Loops Written in C#
C# Boolean Logic
Bootstrap
C#
MVC

An application that generates an amorization schedule for a simple interest loan.
Project Requirements
- Add a home value
- Set a down payment
- Select a loan term
- Add an interest rate
- Calculate the payment
- See the life of the loan!
Project Overview
LoanShark is a sophisticated web application designed to generate amortization schedules for simple interest loans. Built using Razor Pages in ASP.NET Core, this project showcases a robust implementation of MVC architecture with a focus on clean, maintainable code. The application leverages C# for backend logic, including complex loops and boolean operations, while the frontend is styled with CSS and Bootstrap for a responsive and modern user interface. LoanShark not only demonstrates proficiency in web development but also highlights the ability to solve real-world financial problems through code.
The Challenge
Developing LoanShark presented several challenges, including creating an accurate and efficient algorithm to generate amortization schedules for simple interest loans. Ensuring the application was user-friendly and visually appealing required careful attention to the frontend design using CSS and Bootstrap. Additionally, integrating the MVC architecture in Razor Pages while maintaining clean and maintainable code was crucial. Handling various edge cases and ensuring the application performed well under different scenarios added to the complexity of the project.
The Approach & Solution
To tackle these challenges, we adopted a methodical approach. We started by designing a robust algorithm in C# to accurately calculate the amortization schedules. The backend logic was meticulously tested to handle various loan parameters and edge cases. For the frontend, we utilized Bootstrap and custom CSS to create a responsive and modern user interface. The MVC architecture was implemented using Razor Pages, ensuring a clear separation of concerns and maintainable code. Regular code reviews and testing were conducted to ensure the application met high standards of quality and performance. The result was a reliable and user-friendly application that effectively solves the problem of generating amortization schedules for simple interest loans.


A free mortgage calculator built with C#, ASP.NET and Model View Controller.
The Results
The LoanShark application successfully met all project objectives, providing users with a reliable tool to generate accurate amortization schedules for simple interest loans. The intuitive and responsive user interface, built with Bootstrap and custom CSS, received positive feedback for its ease of use and modern design. The backend, powered by C# and Razor Pages, demonstrated robust performance and handled various loan scenarios efficiently. The project not only showcased technical proficiency in web development but also highlighted the ability to deliver a practical solution to a common financial problem. Overall, LoanShark stands as a testament to the effective application of MVC architecture and clean coding practices in a real-world project.