Projects

A selection of some tiny coding projects

Tic-tac-toe

Tic-tac-toe

Play a game of tic-tac-toe. Built using React, Tailwind CSS, Next.js. Deployed on Vercel.

Learn more →
Robot hoover

Robot hoover

A robot hoover put together in a couple of hours. It moves along a grid on a set path collecting piles of dust. Built in Javascript, tested in Jasmine.

Learn more →
Bitmap Editor

Bitmap Editor

A Ruby program that simulates a basic canvas editor.

Learn more →
JS Testing Framework

JS Testing Framework

The aim of this exercise is to further explore JavaScript by implementing something found in every unit testing tool - an "assertEquals" method.

Learn more →