Skip to content

dMacGit/investorapp

Repository files navigation

The Simple Investment Calculator

Investorapp is a Simple Web Application that calculates and shows a breakdown of investing over time

Build Status Netlify Status

See live site-demo: investor.dmcindoe.app

Contents

General Info

This is a Web application that behaves like a investment calculator with a Graph, plotting returns, and a breakdown table of each years gain.

Technologies

The technologies in this app:

Installation

To setup/install the project once cloned simply run the below commands in the cloned directory:

npm install

  • This installs all the required dependancies.

Usage

npm start

  • Starts the local server

npm run build

  • Combines the project files into bundle for site Deploy.

Future Improvments

  • Responsive design, Web & Mobile
  • Continue to offload calc & spreadsheet app.js logic to other respective scripts.
  • Cody Tidyup & Comments

Status

  • Not in active Development