/react-hooks-compound-interest-calculator-demo

Compound interest calculator demo with React Hooks and TypeScript

Primary LanguageTypeScript

Compound Interest Calculator Demo

This demo leverages React hooks in order to calculate the future value of an investment based on the principal, interest, annual addition, compounding frequency and number of years.

Features

  • built with React hooks,
  • written in TypeScript,
  • uses Material UI,
  • caching for offline usage with service worker is enabled.

Installation

Clone the repository, cd, yarn install && yarn start.

Usage

Enter your principal, interest, annual addition, compounding frequency and number of years you expect your investment to grow. The future value will be calculated and displayed automatically.

Dependencies

License

The MIT License

Copyright (c) 2019 Ruslan Bredikhin