Little projects for learning/fun. Here’s an index with demo links:
Tic tac toe in the browser!
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.
A simple calculator written in vanilla js!
Playing around with 3D transforms.
A basic landing page made using flexbox…👍
A reasonably responsive basic desktop dashboard view made with CSS Grid and Flexbox.
Little responsive personal site template.
Rock Paper Scissors in the browser.
A simple way to draw pixel art on a grid. You can also specify how fine-grained the canvas should be.
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!