liamhockley.me

Projects

I like to frequently sandbox for fun, brainstorming, and learning purposes. Here is a collection of such mini projects.

Dart

Minimal Stroked Text Snippet

A minimal solution to implementing stroked text in Flutter.

Wavey ListView Animation

A fun wavey animation for a ListView in Flutter.

Learning Flutter Slivers

A simple Flutter project to learn how to use Slivers.

Random Boxes in Horizontal List View

Throwing some random boxes into a horizontal ListView in Flutter, with random rotations.

JavaScript

Green Box Animation

A fun little play around, animating a grid of green boxes. This was initially used as something interesting to show in my Github profile page, but has since been removed.

See the Pen Green Box Animation by Liam Hockley (@xdega) on CodePen.

Typewriter DOM Component

This was my first experiment with creating a custom native DOM element. In this case, a typewriter effect.

See the Pen Typewriter DOM Component by Liam Hockley (@xdega) on CodePen.

Glitch Nav Bar

A pure CSS glitch effect for a navigation bar. Forked and adapted from a similar effect that I found elsewhere.

See the Pen Glitch Nav Bar by Liam Hockley (@xdega) on CodePen.

Random Token Uniqueness Tester

A very simple script that generates very simple random tokens, and tests their uniqueness.

See the Pen Random Token Uniqueness Tester by Liam Hockley (@xdega) on CodePen.