Skip to content

Simple retirement calculator using the Svelte js framework

Notifications You must be signed in to change notification settings

seanrussell/retirement-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retirement Calculator

Retirement Calculator is a simple app based on the Svelte framework (https://svelte.dev/). Enter your current age, retirement age, current savings amount, annual amount you are saving, and the average rate of inflation over the time period from your current age to your retirement Age. Uses monte carlo simulations (https://en.wikipedia.org/wiki/Monte_Carlo_method) in its calculation.

Screenshot

Retirement calculator

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

About

Simple retirement calculator using the Svelte js framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published