plan 1, initial version

This commit is contained in:
Benjamin Hackl 2026-01-15 17:58:16 +01:00
commit 59fa0315f1
2 changed files with 5 additions and 0 deletions

1
demo-01/README.md Normal file
View file

@ -0,0 +1 @@
# Demo 1: Interactive Particle Trail

4
demo-01/plan.md Normal file
View file

@ -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.