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.