Skip to content

Latest commit

 

History

History
 
 

Loan Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Loan Calculator using JS

About the Project

User enters three values - Loan Amount, interest and number of months. After that, EMI and total payment will be displayed on the screen

Use of the Project:

To Calculates the Loan EMI (Equated Monthly Installment)

Tech Stacks Used

HTML CSS JS

Steps to Use:


  • Download or clone the repository
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
  • Go to the directory
  • Run the index.html file
  • Start Calculating!

Screenshots

Initially, the calculator have some default values:

After entering the values, UI looks like:

Live Demo