- 2023
- November 21, 2023 Blooming swatches A CSS experiment with a grid of swatches that bloom when you tap or drag over them, with sound.
- November 18, 2023 Dots and Spokes An experiment with CSS animation of dots and spokes.
- October 29, 2023 Making a Pokemon viewer I made a Pokemon viewer in SvelteKit using the PokeAPI. My 9-year-old son is obsessed with Pokemon and I thought it would be fun to make a little app with him.
- October 27, 2023 Building a Svelte modal dialog component using the dialog element The dialog element is a native HTML element that provides a lot of built-in functionality for creating modal dialogs. By wrapping it in a Svelte component, we can add custom styling and other features.
- October 8, 2023 Experimenting with Leaflet Playing around with Leaflet, a popular open-source JavaScript library for mobile-friendly interactive maps.
- September 9, 2023 Some thoughts on React Although I love Svelte, there are some things I miss about React.