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.
- 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.
- Enter the Present Value (the current amount of money in Rupees).
- Enter the Inflation Rate (the annual inflation rate in percentage).
- Enter the Number of Years over which you want to calculate the future value.
- 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}}} ]
- HTML: For the structure of the web page.
- CSS: For styling the interface.
- JavaScript: For handling user inputs and performing the inflation calculation.
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