Skip to content

Commit 347e83f

Browse files
committed
- add graphing calculator to tools.json and sidebar.html, add screenshot
1 parent 7dc3412 commit 347e83f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,5 +1560,16 @@
15601560
"aiPowered": false,
15611561
"featured": false,
15621562
"date": "2025-05-30"
1563+
},
1564+
{
1565+
"id": "graphing_calculator",
1566+
"title": "Graphing Calculator",
1567+
"description": "Free online graphing calculator with interactive plotting, zoom, pan, and support for complex mathematical functions. Plot trigonometric, polynomial, exponential, and logarithmic functions instantly.",
1568+
"url": "tools/graphing_calculator.html",
1569+
"screenshot": "screenshots/screenshot_204.webp",
1570+
"type": "tool",
1571+
"aiPowered": false,
1572+
"featured": false,
1573+
"date": "2025-05-30"
15631574
}
15641575
]

screenshots/screenshot_204.webp

15 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ <h2>Tools by ChatGPT</h2>
289289
<li><a href="/tools/pdf_splitter.html">PDF Splitter</a></li>
290290
<li><a href="/tools/metronome.html">Metronome</a></li>
291291
<li><a href="/tools/pdf_sign.html">PDF Sign Tool</a></li>
292+
<li><a href="/tools/graphing_calculator.html">Graphing Calculator</a></li>
292293
<!-- end -->
293294
</ul>
294295
</div>

0 commit comments

Comments
 (0)