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.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running.
To create an optimised version of the app:
npm run build