This project is a Financial Growth Calculator that helps users estimate the growth of their investments over time. The calculator takes into account different types of accounts, such as Roth IRA, 401k, and Brokerage accounts, allowing users to input various parameters to see how their investments will grow annually.
- Input fields for initial balances, annual contributions, annual return rates, and other parameters.
- Calculates the growth of investments over a specified period.
- Displays results in a tabular format with yearly data.
- Highlights significant milestones such as becoming a millionaire.
- Includes an achievements section to motivate users by showing their financial milestones.
- Styled using Materialize CSS for a modern and responsive design.
- Quote from Albert Einstein about compound interest for additional inspiration.
- Web browser (Chrome, Firefox, Safari, etc.)
- Clone the repository:
git clone https://github.com/yourusername/financial-growth-calculator.git
- Navigate to the project directory:
cd financial-growth-calculator
- Open
index.html
in your web browser.
- Open the
index.html
file in your web browser. - Enter the initial balances, annual contributions, return rates, and other parameters for Roth IRA, 401k, and Brokerage accounts.
- Click the "Calculate" button to see the growth of your investments over time.
- Review the results displayed in the table and the achievements section.
- HTML
- CSS (Materialize CSS)
- JavaScript
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the quote from Albert Einstein: "Compound interest is the eighth wonder of the world."