Master Plan is a website which you can test out what different combinations of financial decisions can result in x years down the road.
This was a project I made during my senior year of college to learn more about hosting my own website (on domain.com). Originally it was made with pure HTML, CSS, JS, and PHP, and setup with google ads. It worked, was secure, and did the job. Considering my inexperience I'm surprised there weren't any major security issues with it. So I've kept it hosted all these years.
Times change however and hosting a traditional website is expensive. To combat that, I spent some time refactoring this over to React Router framework so it can be serverless. This way I can keep the website alive indefinitely effectively for free (minus domain costs, but those are pretty cheap).
Considering the history of this website, some things might be rather outdated looking (or have small bugs here or there) since I don't have time (or the drive) to fully redesign the DB, front-end look/feel, and add tests. Keeping this alive is a nod to my past self and the work I put into it.