Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damiieibikun/loan-application
- Owner: Damiieibikun
- Created: 2024-06-02T20:53:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T21:10:17.000Z (8 months ago)
- Last Synced: 2024-11-15T03:33:13.958Z (2 months ago)
- Topics: conditional-statements, css-grid, dom-manipulation, eventlisteners, flex, form-validation, functions, javascript, media-queries
- Language: JavaScript
- Homepage: https://damiieibikun.github.io/Loan-Application/
- Size: 4.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.