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.
- built with React hooks,
- written in TypeScript,
- uses Material UI,
- caching for offline usage with service worker is enabled.
Clone the repository, cd
, yarn install && yarn start
.
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.
Copyright (c) 2019 Ruslan Bredikhin