fun digitigrade trivia. this was all the files in the initial commit to digitigrade when i was still calling it "WpfTest" (wpf = winter's pawsome federation)
Digitigrade @ git 07d1f12
now there's around 300 files. but all of those ones are still there in some form
also there is no framework of any kind i made mostly everything up myself :) including the database to php object to json and back again system (well i used netresearch/jsonmapper library in parts but otherwise its all my own code) and the templating system (which just relies on php's built in templating and a whole pile of jank but it works well enough)
i did a surprising amount of that work during one week near christmas where i got a bad flu or something and stayed in bed for ages i didnt have much else to do lol
honestly its impressively well organized and understandable for a php application. ive been digging through there a lot to see how certain things are implemented and it mostly just makes sense