Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Compound Interest calculator using React, TS and d3.js
https://github.com/vimode/compound-interest-calculator

d3js reactjs typescript zustand

Last synced: 22 days ago
JSON representation

Compound Interest calculator using React, TS and d3.js

Awesome Lists containing this project

README

        

# Compound Interest Calculator

This is a simple compound interest calculator built using React in TypeScript.
Charts are created using d3.js library.

A bit of overkill but the state is managed by zustand.

# Thoughts

d3.js is an extensive library and gives a lot to work with. The amount of freedom it provides is amazing in my experience, but also a bit overwhelming at start.

This also meant, there are a lot of TS errors which I couldn't fix in the d3 code which I intend to fix sometime later.

WIP