Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damiieibikun/loan-application

A simple Loan Application
https://github.com/damiieibikun/loan-application

conditional-statements css-grid dom-manipulation eventlisteners flex form-validation functions javascript media-queries

Last synced: 7 days ago
JSON representation

A simple Loan Application

Awesome Lists containing this project

README

        

# Loan Approval Application
This project implements a simple web-based loan approval application to assess client creditworthiness. It considers various factors to determine eligibility and loan amount limitations.

**Features:**

## Credit Scoring System:
This assigns points based on specific criteria:
* **Account Balance**: Positive or negative points depending on if the balance exceeds the loan amount.
* **Credit History**: Awards points for consistent activity in the past 6 months.
* **Recent Deposit**: Grants points if a deposit occurred within the last month.
* **Loan Repayment History**: Positive points for on-time repayments exceeding 6 months.
* **Loan Repayment Period**: Short repayment periods (below 6 months) receive fewer points.
* **Account Type**: Current accounts receive higher points compared to savings accounts.
* **Loan Approval Threshold**: A minimum score of 30 points is required for loan approval.

This project uses JavaScript as programming language of choice, HTML and CSS for structure and styling.