Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 869 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 869 Bytes

Compound interest calculator

A compound interest calculator - an experiment with riot.js

Demo: https://codesandbox.io/embed/compound-interest-calculator-4d5kf?fontsize=14&view=preview

Running locally

  • install serve (yarn global add serve)
  • cd to the directory that contains this project
  • run npm start and open http://localhost:5000 in your browser

TODO

  • Support regular additional deposits
  • support user-friendly number formatting (thousands & decimal separators)

License

MIT © Paul Kamer