An open API service indexing awesome lists of open source software.

https://github.com/jtpio/compound-interest-calculator

Compound Interest Calculator, built as a Jupyter Notebook and deployed as a static web app with Voici 🖩
https://github.com/jtpio/compound-interest-calculator

Last synced: about 1 year ago
JSON representation

Compound Interest Calculator, built as a Jupyter Notebook and deployed as a static web app with Voici 🖩

Awesome Lists containing this project

README

          

# Compound Interest Calculator

[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jtp.io/compound-interest-calculator/voici/render/app.html)

Calculate and visualize compound interest growth including periodic contributions.

*This tool is for information purposes only. It should not be considered as financial advice.*

## ✨ Try it in your browser ✨

https://jtpio.github.io/compound-interest-calculator/voici/render/app.html

![a screenshot showing the compount interest calculator app](./screenshot.png)

## Run locally

It is also possible to run the app locally in JupyterLab and with Voila.

With [pixi](https://pixi.sh), open JupyterLab with:

```bash
pixi run jupyter lab content/app.ipynb
```

To render with Voila:

```bash
pixi run voila content/app.ipynb
```

## Acknowledgments

Design heavily inspired by https://finary.com/en/tools/compound-interests-calculator.

Built with [Jupyter Notebook](https://github.com/jupyter/notebook), [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) and [ipecharts](https://github.com/trungleduc/ipecharts).