2048 game implementation.
Video showing task completion in ~4.5 hours (spent another hour tidying and a little styling) but I don't suggest watching it unless you enjoy watching paint dry.
Checkout and run npm install
then execute npm run dev
to develop locally.
Tests can be executed with npm run test:unit
.
Linting can be executed with npm run lint
.