The Compound Interest Rate Simulator is a simple and user-friendly Angular application designed to help users calculate the future value of their investments based on the principles of compound interest. Whether you're planning your savings, investments, or retirement fund, this app provides an easy way to estimate how much your money can grow over time with compound interest.
- Easy Input: Enter the principal amount, interest rate, compounding frequency, and the investment period.
- Customizable Parameters: Adjust the compounding frequency (annually, monthly, daily) to see how different compounding periods affect your investment growth.
- Instant Results: Calculate and display the future value of the investment instantly.
- User-Friendly Interface: Clean and intuitive design that makes it easy for anyone to use, regardless of financial expertise.
- Enter Principal Amount: Input the initial amount of money you plan to invest.
- Set Interest Rate: Enter the annual interest rate (as a percentage) that your investment will earn.
- Choose Compounding Frequency: Select how often the interest is compounded (e.g., annually, semi-annually, quarterly, monthly, daily).
- Specify Investment Period: Enter the number of years you plan to keep the money invested.
- Calculate: Click the 'Calculate' button to see the future value of your investment.
- View Results: The app will display the calculated future value along with a breakdown of interest earned over the period. If applicable, view a graph showing the investment growth over time.
- Clone the Repository:
git clone https://github.com/fernacas-dev/compound-interest-simulator.git cd compound-interest-calculator npm install ng serve
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.