Inspiration

I used to work in government accounting. I have always wanted to find some way to make my obscure knowledge of public accounts useful.

What it does

"Where does my money go?" produces a tree map of the consolidated financial statement of the Government of Ontario. It shows exactly how much money is spent on every program and vendor in the 2014 tax year.

How I built it

The Government of Ontario publishes their public accounts at the end of each fiscal year. In the most recent year, they published these in CSV format. By scanning through the CSV file and procedurally building a JSON file which can interface with 3rd party jQuery libraries, it is possible to graphically show all tax spending.

Accomplishments that I'm proud of

I finally got to put to use two summers worth of public sector accounting knowledge!

What I learned

I really need to learn how to jQuery!

What's next

  1. Make it blazing fast. Right now, the app is excruciatingly slow.
  2. Fix some irritating design issues (e.g., words being cut out).
  3. Fix some other issues which prevent multiple users from connecting at once.

Built With

Share this project:

Updates