erste lauffähige node.js / reakt - Version

This commit is contained in:
rxf
2025-09-21 15:21:43 +02:00
parent efe6ff4864
commit 6f93db4a12
5 changed files with 986 additions and 0 deletions

14
JS/public/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Kuppel-Simulation (JS)</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h2>Kuppel-Simulation mit NFC-Tags (JavaScript)</h2>
<canvas id="simCanvas" width="700" height="700"></canvas>
<pre id="debug"></pre>
<script src="script.js"></script>
</body>
</html>