This project provides a Compound Interest Calculator inspired by the Networthify, Money Chimp and Investor.gov calculators, designed and deployed in Icelandic on the Einfaldlega Hugmyndir Github page and in English on the afk0901 GitHub page for users to easily calculate the future value of their investments.
It features a simple interface where users can input the initial principal amount, the annual interest rate, select the compounding frequency, and specify the investment duration. The calculator then computes the future value of the investment using the compound interest formula.
Node.js installed on your system.
-
Clone the repository via SSH:
git@github.com:Einfaldlega-Hugmyndir/Compound_Interest_Calculator.git
or via HTTPS:git clone https://github.com/Einfaldlega-Hugmyndir/Compound_Interest_Calculator.git
-
Navigate to the project directory:
cd Compound_Interest_Calculator
-
Install dependencies:
npm install
To execute the unit tests, run the following command: npm test
and make sure node and dependencies are installed.
-
If needed, build the project by running the following command:
npm run build
-
Start the developement server
npm run dev
. The project should open in the browser automatically.