DannySrour / Personal-Finance-WebApp

GNU General Public License v3.0
0 stars 0 forks source link

Saving/investing calculations #1

Open DannySrour opened 6 months ago

DannySrour commented 6 months ago

Say you need to save 5000$ in 5 months. The app needs to tell you to save 1000$ per month.

DannySrour commented 6 months ago

I have a basic structure of how this would look like using javascript. I will need to figure it out in typescript and apply quality of life changes.