Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vimode/compound-interest-calculator
- Owner: vimode
- Created: 2024-03-01T13:10:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T09:59:53.000Z (10 months ago)
- Last Synced: 2024-05-02T06:11:10.329Z (8 months ago)
- Topics: d3js, reactjs, typescript, zustand
- Language: TypeScript
- Homepage: https://compound-interest-calculator-sigma.vercel.app/
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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