Skip to content

MilanBornarov/InvestmentCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’° Investment Calculator

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.

✨ Features

  • 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

πŸš€ Getting Started

Prerequisites

  • Node.js 16+
  • npm

Installation

git clone https://github.com/MilanBornarov/InvestmentCalculator.git
cd InvestmentCalculator
npm install
npm start

The app will run at http://localhost:3000.

πŸ› οΈ Built With

  • React
  • JavaScript (ES6+)
  • CSS

πŸ“ Project Structure

InvestmentCalculator/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/    # InputForm, ResultsTable, Summary components
β”‚   β”œβ”€β”€ App.js
β”‚   └── index.js
β”œβ”€β”€ public/
└── package.json

About

πŸ’° An interactive investment growth calculator built with React. Input your initial amount, monthly contribution, interest rate, and duration to visualize your projected returns year by year.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors