EMI CALCULATOR (HOME LOAN) Built using : Html Css Javascript Formula used : EMI = (P * r * (1 + r)^n)/ (((1 + r)^n) - 1) where r is rate/(12*100) Before Computation: After Computation: Functionalities : Calculates EMI for home loan for values entered by the user. Can be used as a browser extension after minor modifications.