thatstatsguy / RetirementCalculator

A fun side project with blazor front end, rust backend application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetirementCalculator

TLDR

This is a fun application which gives users a graphical illustration of how their choices for retirement contributions affect their lump sums for retirement retirement.

Users can set assumptions for their salary, return on invesment and set various investment strategies

Overview

You can add various invesment profiles by setting up contribution details e.g. 15% for 5 years and 10% for 35. As an example, the image below shows the strategies set up.

Strategies

The results can then be viewed

Results

More info

Problem Statement

It's difficult to visualise how contributions you make today affect your retirement in 40 years from now.

This application allows you to set your contributions for X years and arbitrarily change it for various intervals.

The application addresses the following issue.

I currently contribute X% to my retirement savings.

If it was possible to contribute X + 10% for 5 years and then X% for the rest of my career, how much would this affect my final retirement contributions?

The Technical Stuff

  • The current current implementation uses a rust rest API and a blazor front end.

Resources

Useful guides for referencing in future

Rust

About

A fun side project with blazor front end, rust backend application


Languages

Language:Rust 43.0%Language:HTML 42.5%Language:CSS 7.3%Language:C# 7.2%