04 / DESKTOP APPLICATION

COLLEGE PROJECT · ORIGINAL + REIMAGINED

Loan
Management.

The project began in 2018 as a C# Windows Forms application for customer records, loans, payments, balances, login, and administrator management. The portfolio edition preserves that original workflow and expands it into a modern interactive desktop-style system.

OriginalC# · Windows Forms
Original data layerOleDb · Microsoft Access
Current editionInteractive desktop-style web app
ScopeCustomers · loans · payments
A

PROJECT EVOLUTION

Preserve the original. Improve the system.

ORIGINAL / 2018 COLLEGE PROJECT

Windows Forms loan application

The original application contains eight workflow forms covering login, administration, customer creation/edit/view, loan creation and calculation, and payment processing backed by OleDb and Microsoft Access.

C# · .NET FRAMEWORK 4 · WINFORMS · OLEDB · ACCESS
REIMAGINED / CURRENT PORTFOLIO EDITION

Loan operations workspace

The current edition keeps the original customer-loan-payment relationship while adding a dashboard, searchable customer records, active/paid loan tracking, safe payment-term processing, reports, exports, local persistence, and a modern desktop workspace.

SAMPLE DATA · BROWSER-LOCAL PERSISTENCE · DESKTOP UI

Both editions use sample data for the interactive portfolio demonstration.

B

SYSTEM WORKFLOW

One customer record drives the lending lifecycle.

APPLICATION CORELoan Management
01 / ACCESSLogin & AdminAdministrator access and account creation.
02 / CUSTOMERCustomer RecordsAdd, edit, view, identify, and search borrowers.
03 / LOANLoan CreationPrincipal, interest, total payable, term, monthly payment, and customer association.
04 / PAYMENTPayment ProcessingPost payment terms against an active loan and update balance and term left.
05 / CONTROLActive-loan RuleThe original rule prevents a customer from receiving a second loan while an unpaid balance remains.
06 / REPORTINGCurrent OverviewDashboard summaries, active/paid loan states, collections, and CSV exports in the reimagined edition.
C

APPLICATION FEATURES

The current edition builds on the original workflow.

8original workflow forms

Login, administrator, create administrator, add customer, edit customer, view customer, loan, and payment forms are present in the original project.

CALCloan calculation

The original formula adds interest to principal, then derives monthly payment from the selected term; both public editions retain that behavior.

TRACKbalance and term

Payments reduce the remaining loan balance and term, with the current edition adding clearer validation and account status.

LOCALsafe portfolio data

The current demo persists only sample records in the visitor's browser and has no public backend or shared database.

REIMAGINED INTERACTIVE SYSTEM

Test the current Loan system.

Launch reimagined system ↗

The current edition uses portfolio-safe sample records stored only in the visitor's browser. Create customers and loans, post payments, inspect reports, search records, export data, and reset the demo without affecting anyone else.

loan-management / reimagined desktop edition

The 2018 project is kept visible as the foundation; the current edition shows how I would expand the same business workflow today.

01Preserve the original project instead of replacing its history.
02Keep customer, loan, payment, balance, and administration relationships recognizable.
03Improve validation, visibility, reporting, and usability without inventing a different business domain.