Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inflation Rate Calculator

This is a simple web-based Inflation Rate Calculator that allows users to calculate the future value of money after a certain number of years, given a specific inflation rate. The project is built using HTML, CSS, and JavaScript and is hosted on GitHub Pages.

Features

  • User-Friendly Interface: A clean and easy-to-use interface for entering the present value, inflation rate, and number of years.
  • Dynamic Calculation: Instant calculation of the future value based on user input using JavaScript.
  • Responsive Design: The application is responsive and works well on both desktop and mobile devices.

How It Works

  1. Enter the Present Value (the current amount of money in Rupees).
  2. Enter the Inflation Rate (the annual inflation rate in percentage).
  3. Enter the Number of Years over which you want to calculate the future value.
  4. Click on the Calculate Future Value button to see the result.

The calculator uses the formula:

[ \text{Future Value} = \frac{\text{Present Value}}{(1 + \text{Inflation Rate})^{\text{Years}}} ]

Technologies Used

  • HTML: For the structure of the web page.
  • CSS: For styling the interface.
  • JavaScript: For handling user inputs and performing the inflation calculation.

How to Use

You can access the Inflation Rate Calculator by clicking on the following link: Inflation Rate Calculator.

Alternatively, you can clone this repository and open index.html in any web browser.

git clone https://github.com/Divyansh11x/Inflation-Calculator.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages