Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compound interest calculator demo with React Hooks and TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published