starting rendering, adding web sockets

This commit is contained in:
2026-05-02 17:14:40 -04:00
parent 436dda33a3
commit 7f49abd5e1
7 changed files with 281 additions and 13 deletions

1
www/data/data.json Normal file
View File

@@ -0,0 +1 @@
{"type": "two_sides", "problem": "-4*x - 3 = x + 32", "solution": -7, "steps": [{"before": "-4*x - 3 = x + 32", "after": "-5*x - 3 = 32", "step": "Subtract x from both sides", "rule": "Subtraction Property of Equality"}, {"before": "-5*x - 3 = 32", "after": "-5*x = 35", "step": "Add 3 to both sides", "rule": "Addition Property of Equality"}, {"before": "-5*x = 35", "after": "x = -7", "step": "Divide both sides by -5", "rule": "Division Property of Equality"}]}