From 0afb97ef166e9e00644d7d26e7b3b34a0545df0d Mon Sep 17 00:00:00 2001 From: Ghanshyam Singh Date: Wed, 17 Jun 2026 11:30:48 +0530 Subject: [PATCH 1/3] feat: add interactive graphing calculator --- public/graphing-calculator.html | 1166 +++++++++++++++++++++++++++++++ public/partials/navbar.html | 5 +- 2 files changed, 1170 insertions(+), 1 deletion(-) create mode 100644 public/graphing-calculator.html diff --git a/public/graphing-calculator.html b/public/graphing-calculator.html new file mode 100644 index 0000000..4c23d54 --- /dev/null +++ b/public/graphing-calculator.html @@ -0,0 +1,1166 @@ + + + + + + + + Graphing Calculator - Alpha One Labs + + + + + + + + + + + + + + + + + +
+ +
+

+ LEARN › Tools +

+

+ Graphing Calculator +

+

+ Visualize mathematical functions, explore equations, and learn through interactive graphing. +

+
+
+ + +
+
+ + +
+ + + + + +
+ + + + + +
+ +
+ + +
+ Hover or touch the graph to see coordinates + +
+ + +

+ Arrow keys to pan · +/ to zoom · Scroll wheel or pinch to zoom +

+
+
+
+
+ + + + + + + + + + + diff --git a/public/partials/navbar.html b/public/partials/navbar.html index acaf410..51ffc60 100644 --- a/public/partials/navbar.html +++ b/public/partials/navbar.html @@ -42,7 +42,7 @@ Challenges - + Graphing Calculator @@ -278,6 +278,9 @@ Courses + + Graphing Calculator + From 5891401611c990f09eb384184a42e8f461d7c008 Mon Sep 17 00:00:00 2001 From: Ghanshyam Singh Date: Wed, 17 Jun 2026 12:46:15 +0530 Subject: [PATCH 2/3] feat: add interactive graphing calculator --- public/graphing-calculator.html | 109 +++++++++++++------------------- 1 file changed, 44 insertions(+), 65 deletions(-) diff --git a/public/graphing-calculator.html b/public/graphing-calculator.html index 4c23d54..ddd28bd 100644 --- a/public/graphing-calculator.html +++ b/public/graphing-calculator.html @@ -10,7 +10,7 @@ - + -