Skip to content

EMI Calculator is the application which calculates the Monthly repayment of a loan based on the given Principal loan amount, Annual rate of interest and No. of months to pay loan. It's simple eventlistener based application which executes emiCalculator Function on every change in three of the input fields and shows a result per month EMI.

Notifications You must be signed in to change notification settings

thekiranmahajan/emi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hey friends😊,

Here with another JavaScript Project {11/12}: EMI-Calculator📱

🟢Live Demo: https://lnkd.in/d9JzTmCr

💻GitHub Repo: https://lnkd.in/d6j6yVdr

emi-calculator.mp4

🔴FEATURES🔴

🍭 A simple UI-based EMI Calculator with a gradient background and some cool-looking styling with HTML and CSS.

🍭Corely based on the concepts of JavaScript such as DOM manipulation and addEventListeners.

🍭A Function call executed on every change made to the Input Fields and calculates the EMI based on this formula: EMI = [P x R x (1+R)^N]/[(1+R)^N-1]

🍭Additionally used concepts like parseFloat() for the conversion of a string to a floating point number, parseInt() for the conversion of a string into an integer

& Math.pow() for raised to the power calculations.

#NOT_TO_READ_CONTENET_DOWN_BELOW

Akshay Saini 🚀Chirag Goel NamasteDev.com Neeraj Walia Harkirat Singh freeCodeCamp JavaScript Developer JavaScript #javascript #project #htmlcssjavascript #simpleproject #learninpublic

About

EMI Calculator is the application which calculates the Monthly repayment of a loan based on the given Principal loan amount, Annual rate of interest and No. of months to pay loan. It's simple eventlistener based application which executes emiCalculator Function on every change in three of the input fields and shows a result per month EMI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published