Skip to content

Commit 9542ed0

Browse files
committed
- add invoice generator screenshot, add it to sidebar and tools.json
1 parent f9b4afc commit 9542ed0

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
@@ -1351,5 +1351,16 @@
13511351
"aiPowered": false,
13521352
"featured": false,
13531353
"date": "2025-04-30"
1354+
},
1355+
{
1356+
"id": "invoice_generator",
1357+
"title": "Invoice Generator",
1358+
"description": "Create professional invoices instantly with our free online invoice generator. Customize templates, add your logo, track payments, and export as PDF. No sign-up required.",
1359+
"url": "tools/invoice_generator.html",
1360+
"screenshot": "screenshots/screenshot_176.png",
1361+
"type": "tool",
1362+
"aiPowered": false,
1363+
"featured": false,
1364+
"date": "2025-04-30"
13541365
}
13551366
]

screenshots/screenshot_176.png

29.5 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ <h2>Tools by ChatGPT</h2>
261261
<li><a href="/tools/character_map_explorer.html">Character Map Explorer</a></li>
262262
<li><a href="/tools/css_cursor_playground.html">CSS Cursor Playground - Interactive CSS Cursor Property Tool</a></li>
263263
<li><a href="/tools/text_sound_visualizer.html">Text Sound Visualizer</a></li>
264+
<li><a href="/tools/invoice_generator.html">Invoice Generator</a></li>
264265
<!-- end -->
265266
</ul>
266267
</div>

0 commit comments

Comments
 (0)