This is a React application for calculating the annual return on investment. It provides functionalities such as entering the current savings, yearly contribution, expected return rate, and duration. The application then calculates the yearly interest and total savings at the end of each year.
- Users can enter their current savings, yearly contribution, expected return rate, and duration.
- The application calculates the yearly interest and total savings at the end of each year.
- The results are displayed in a table format.
- React
- js
- css
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
-
Clone the repo
git clone https://github.com/RohitHattimare/InveststmentCalculator.git
-
Install Packages yarn install
-
To Start Development Server yarn start