diff --git a/Smart Loan Calculator/README.md b/Smart Loan Calculator/README.md new file mode 100644 index 000000000..77f081e8a --- /dev/null +++ b/Smart Loan Calculator/README.md @@ -0,0 +1,27 @@ +# Loan Calculator App + +A simple and interactive **Loan Calculator** web application built with **HTML, CSS, and JavaScript**. This app allows users to calculate the total repayment amount for a loan using either **Simple Interest** or **Compound Interest**. + + + +## Features + +- Calculate **Simple Interest** and **Compound Interest**. +- Displays **Total Amount to be Paid** and **Interest Paid** separately. +- User-friendly **card layout** with a clean design. +- Responsive input fields and buttons. +- Real-time calculation results when buttons are clicked. +- Results are formatted with **Indian numbering style** for better readability. + +--- + +## How to Use + +1. Enter the **Loan Amount (₹)**. +2. Enter the **Interest Rate (%)**. +3. Enter the **Loan Term (Years)**. +4. Click **Simple Interest** or **Compound Interest** button. +5. The results will be displayed below the buttons showing: + - Type of Interest + - Total Amount to be Paid + - Interest Paid \ No newline at end of file diff --git "a/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.24.30\342\200\257AM.png" "b/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.24.30\342\200\257AM.png" new file mode 100644 index 000000000..ff5047ad8 Binary files /dev/null and "b/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.24.30\342\200\257AM.png" differ diff --git "a/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.25.08\342\200\257AM.png" "b/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.25.08\342\200\257AM.png" new file mode 100644 index 000000000..48ec123b6 Binary files /dev/null and "b/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.25.08\342\200\257AM.png" differ diff --git "a/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.25.16\342\200\257AM.png" "b/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.25.16\342\200\257AM.png" new file mode 100644 index 000000000..e7c528265 Binary files /dev/null and "b/Smart Loan Calculator/Screenshots/Screenshot 2025-10-05 at 1.25.16\342\200\257AM.png" differ diff --git a/Smart Loan Calculator/index.html b/Smart Loan Calculator/index.html new file mode 100644 index 000000000..82d370e76 --- /dev/null +++ b/Smart Loan Calculator/index.html @@ -0,0 +1,129 @@ + + + + + + Loan Calculator + + + +
+

Loan Calculator

+ + + +
+ + +
+

+
+ + + +