An interactive investment growth calculator built with React. Enter your starting capital, monthly contributions, annual interest rate, and time horizon to see a detailed year-by-year breakdown of your projected returns.
- Input initial investment, monthly contribution, interest rate, and duration
- Year-by-year breakdown of invested amount vs. total value
- Real-time recalculation as inputs change
- Displays total invested, interest earned, and final balance
- Clean, readable table output
- Responsive design
- Node.js 16+
- npm
git clone https://github.com/MilanBornarov/InvestmentCalculator.git
cd InvestmentCalculator
npm install
npm startThe app will run at http://localhost:3000.
- React
- JavaScript (ES6+)
- CSS
InvestmentCalculator/
βββ src/
β βββ components/ # InputForm, ResultsTable, Summary components
β βββ App.js
β βββ index.js
βββ public/
βββ package.json