https://github.com/charlespalmerbf/javascript-loan-calculator
This is a web application built with JavaScript that allows users to calculate loan payments based on the loan amount, interest rate, and repayment term.
https://github.com/charlespalmerbf/javascript-loan-calculator
bootstrap javascript
Last synced: about 2 months ago
JSON representation
This is a web application built with JavaScript that allows users to calculate loan payments based on the loan amount, interest rate, and repayment term.
- Host: GitHub
- URL: https://github.com/charlespalmerbf/javascript-loan-calculator
- Owner: charlespalmerbf
- Created: 2021-05-15T00:41:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T20:53:57.000Z (about 3 years ago)
- Last Synced: 2025-03-18T19:55:53.293Z (over 1 year ago)
- Topics: bootstrap, javascript
- Language: HTML
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript-Loan-Calculator
Welcome to my GitHub repository for JavaScript Loan Calculator! This is a web application built with JavaScript that allows users to calculate loan payments based on the loan amount, interest rate, and repayment term. The application is designed to help users understand the cost of borrowing money and make informed decisions about taking out a loan. Below you will find some information on how to use and navigate this repository.
Getting Started
---------------
To get started with this repository, simply clone it to your local machine using the following command:
`git clone https://github.com/charlespalmerbf/JavaScript-Loan-Calculator.git`
Then, open the `index.html` file in your web browser. The application will display a form for the user to input the loan details.
Features
--------
JavaScript Loan Calculator is designed to provide users with an easy way to calculate loan payments. Some of the key features include:
- Input loan details, including loan amount, interest rate, and repayment term
- Calculate the monthly payment based on the loan details
- Display the total cost of the loan, including principal and interest
Technologies Used
-----------------
This web application was built using the following technologies:
- JavaScript
- HTML
- CSS
File Structure
--------------
The repository consists of a single `index.html` file, a `style.css` file for styling, and a `script.js` file, which contains the JavaScript code for the application.
Contributing
------------
If you would like to contribute to this project, please feel free to submit a pull request.