From 59fa0315f103d117dba33b6ec817a82355f39c5a Mon Sep 17 00:00:00 2001 From: Benjamin Hackl Date: Thu, 15 Jan 2026 17:58:16 +0100 Subject: [PATCH] plan 1, initial version --- demo-01/README.md | 1 + demo-01/plan.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 demo-01/README.md create mode 100644 demo-01/plan.md diff --git a/demo-01/README.md b/demo-01/README.md new file mode 100644 index 0000000..81c5a37 --- /dev/null +++ b/demo-01/README.md @@ -0,0 +1 @@ +# Demo 1: Interactive Particle Trail diff --git a/demo-01/plan.md b/demo-01/plan.md new file mode 100644 index 0000000..905aaa2 --- /dev/null +++ b/demo-01/plan.md @@ -0,0 +1,4 @@ +Task: build a single page website in index.html with a particle trail effect following the cursor using HTML, CSS, and JavaScript. + +You may use libraries like Three.js. The particles should spawn at the cursor, move with +some inertia, and fade out over time.