Einfaldlega-Hugmyndir / Compound_Interest_Calculator

2 stars 1 forks source link

Buy Me A Coffee

Compound Interest Calculator

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.

Getting Started

Prerequisites

Node.js installed on your system.

Installation

  1. 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

  2. Navigate to the project directory: cd Compound_Interest_Calculator

  3. Install dependencies: npm install

Running Tests

To execute the unit tests, run the following command: npm test and make sure node and dependencies are installed.

Running the project

  1. If needed, build the project by running the following command: npm run build

  2. Start the developement server npm run dev. The project should open in the browser automatically.