Skip to content

GitExplorer001/Financial_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Calculator App

This is a web-based financial calculator app built with HTML, CSS, and JavaScript. It provides EMI (Equated Monthly Installment), FD (Fixed Deposit), and RD (Recurring Deposit) calculators. Users can calculate various financial parameters based on their inputs like loan principal, rate of interest, tenure, etc. It also provides results in a user-friendly format, displaying both numerical and graphical (pie chart) representations.

Features

1. EMI Calculator

  • Principal: Calculate loan amount.
  • Interest Rate: Calculate interest rate.
  • Time Period: Calculate tenure in months, weeks, or years.
  • EMI Amount: Calculate monthly payment for the loan.
  • Total Interest & Total Amount: Calculate the total interest paid over the period and the total amount to be repaid.

2. FD Calculator

  • Investment: Calculate the investment amount.
  • Interest Rate: Calculate the rate of return.
  • Time Period: Calculate the time needed for a fixed deposit to mature.
  • Maturity Amount: Calculate the maturity value based on interest rate and time period.

3. RD Calculator

  • Monthly Investment: Calculate the monthly deposit amount.
  • Interest Rate: Calculate the rate of return.
  • Time Period: Calculate the duration required to reach a specific maturity amount.
  • Maturity Amount: Calculate the maturity amount based on monthly investment, rate of interest, and time period.

Instructions

  1. Open the app in your browser.
  2. Choose the type of financial calculation: EMI, FD, or RD.
  3. Fill in the appropriate fields, such as principal, rate, time, etc.
  4. Click "Calculate" to get the results.
  5. Reset to clear all inputs and start a new calculation.
  6. View the results in both numerical format and a pie chart for a graphical representation.

File Structure

  • index.html: Main HTML file containing the structure of the page.
  • emi.html: HTML file containing the structure of the EMI calculator.
  • fd.html: HTML file containing the structure of the Fixed Deposit calculator.
  • rd.html: HTML file containing the structure of the Recurring Deposit calculator.
  • styles.css: CSS file for styling the app.
  • script.js: JavaScript file containing the logic and functionality for the calculators and the pie chart.

Diagram:

Diagram

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (jQuery)
  • Pie Chart using CSS

License & Disclaimer

This content is owned by Anish Ghosh (GitHub Profile) and is meant to be distributed for free. Any individual attempting to sell a copy may face consequences.

© github.com/GitExplorer001

About

This is a calculator web app that is capable of calculating your financial investments or loans.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published