Side projects

The place for my side projects, code experiments, and trying out new tech

Caaage

Iā€™d been wanting an excuse to play with The Movie DB API, CSS grids, and vue.js, so I decided to create a simple quiz. My app, Caaage, grabs 12 films that Nicholas Cage appears in and challenges you to name them. Vue.js made it simple to integrate user form actions with the API response.

Caaage on Github ā†’

FPL Calc

To develop my React skills, I created a simple Fantasy Premier League points calculator; the idea being that I could predict what my player could score on a given week. The React Virtual DOM worked well in displaying player score updates based on several variables: player position, goals, cards, etc.

FPL Calc on Github ā†’