HomePlaygroundProjects

Playground

A collection of small interactive projects and coding experiments built to explore new technologies, techniques, and ideas.

Rapier Physics

An interactive experiment exploring physics simulation with Rapier and React Three Fiber.

See project

TypeScriptReactReact Three FiberRapierPhysics Simulation

Wordle

A browser-based Wordle clone with a larger vocabulary for valid guesses and built-in word definitions.

See project

TypeScriptReactGame DevelopmentWord Games

React Three Fiber Demo

An interactive 3D scene demonstrating GLB model loading and camera controls with React Three Fiber.

See project

TypeScriptReactReact Three FiberThree.js3D GraphicsBlender

MongoDB Example

A small full-stack example demonstrating how a Next.js application can read data from MongoDB Atlas.

See project

TypeScriptReactNext.jsMongoDBMongoDB AtlasDatabase

Weather

A weather application that retrieves current conditions from the OpenWeather API and displays them in the browser.

See project

TypeScriptReactREST APIAPI IntegrationOpenWeather

Digit Classification

An interactive neural network experiment that attempts to recognise hand-drawn digits from 0 to 9.

See project

TypeScriptReactMachine LearningTensorFlowMNISTNeural NetworksClassification

Tic-Tac-Toe

A React implementation of Tic-Tac-Toe based on the official React tutorial, extended with additional gameplay features.

See project

TypeScriptReactGame DevelopmentState ManagementComputer Bot