This is a financial planner application that allows users to set-up scenarios with events then simulates them running in order to allow comparison of financial decisions. The application is built using vanilla JavaScript, HTML, and CSS.
To run the application, simply open a http server in the root directory of the project. For example, you can use the following command to run a simple http server:
npx http-server -a localhost .