Wizard Scorekeeper and TypeScript
One of my friends recently purchased the Wizard card game. We wanted a way to keep track of the score but found that existing apps were missing features like being able to undo the last set of bids or tricks input. I was interested in playing around with TypeScript so I decided to build a static web app to do it. The result can be seen at https://wizard-scorekeeper.beyondtechnicallycorrect.com and the source code is located at https://github.com/jeffcharles/wizard-scorekeeper.