Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.65 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.65 KB

Bank Loan Calculation This project is a Bank Loan Calculation Tool designed to calculate a user's age at the end of a loan term. It is a simple, user-friendly application built using HTML, CSS, and JavaScript.

Features Input Fields: Date of Birth: To calculate the user's current age. Loan Start Date: The date when the loan begins. Number of Installments: The duration of the loan in months. Dynamic Calculation: Automatically calculates the user's age at the end of the loan term. Responsive Design: Optimized for desktops, laptops, and mobile devices. Clear Button: Allows users to reset all inputs easily. Screenshot

How It Works Enter your date of birth, loan start date, and the number of installments (in months). Click on the "Calculate Age at Loan End" button. The tool calculates and displays your age at the end of the loan. Use the Clear button to reset the inputs and start over. Technologies Used HTML: For the structure of the application. CSS: For styling and layout. JavaScript: For interactivity and calculations. Project Structure

/ (Root Directory) ├── index.html # Main HTML file ├── styles.css # Stylesheet for layout and design ├── script.js # JavaScript file for logic and interactivity ├── README.md # Project documentation └── assets/ # Directory for images and other assets Live Demo You can view the live version of the project here: Bank Loan Calculation Demo

How to Use Locally Clone this repository: bash Copiar Editar git clone https://github.com/your-username/CalculateurPret.git Navigate to the project folder:

cd CalculateurPret Open the index.html file in your web browser.