Finskore VueJS App

Finska is a popular outdoor game where players take turns to throw a king pin to build a score of 50 first. Its rules are simple but keeping track of all the players’ scores on paper can be tedious.

I created a mobile friendly browser-based scoring app called Finskore to take the hassle out of scoring.

This was built partly as a learning exercise in the VueJS JavaScript framework, which makes rendering dynamic interfaces based on data easy. The interface collects players, tracks their total score and turn history and remembers whose turn it is.

The app is open source can run directly off a static file server for easy serverless hosting.