smalls

Little projects for learning/fun. Here’s an index with demo links:

3t

Tic tac toe in the browser!

battleship

Battleship in the browser! It’s a little unwieldy on mobile right now and I have a TODO to make it better. But desktop is pretty awesome.

calculator

A simple calculator written in vanilla js!

cube

Playing around with 3D transforms.

flexbox

A basic landing page made using flexbox…👍

grid

A reasonably responsive basic desktop dashboard view made with CSS Grid and Flexbox.

responsive

Little responsive personal site template.

rps

Rock Paper Scissors in the browser.

sketch

A simple way to draw pixel art on a grid. You can also specify how fine-grained the canvas should be.

weather

Ah, the obligatory weather app that hits an API and displays stuff in the DOM. Good chance to mess around with async and await. Built a little favoriting system for locations with localStorage as well!