Skip to content

Commit 2afc587

Browse files
committed
- add flashcard creator to games.json and sidebar.html, add screenshot
1 parent 51f8595 commit 2afc587

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
@@ -1615,5 +1615,16 @@
16151615
"aiPowered": false,
16161616
"featured": false,
16171617
"date": "2025-06-19"
1618+
},
1619+
{
1620+
"id": "flashcard_creator",
1621+
"title": "Flashcard Creator",
1622+
"description": "Free online flashcard creator and study tool. Create, organize, and study digital flashcards with advanced features like difficulty rating, progress tracking, and study analytics. Perfect for students, language learning, and exam preparation.",
1623+
"url": "tools/flashcard_creator.html",
1624+
"screenshot": "screenshots/screenshot_210.webp",
1625+
"type": "tool",
1626+
"aiPowered": false,
1627+
"featured": false,
1628+
"date": "2025-06-20"
16181629
}
16191630
]

screenshots/screenshot_210.webp

12.4 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ <h2>Tools by ChatGPT</h2>
295295
<li><a href="/tools/sudoku_solver.html">Sudoku Solver</a></li>
296296
<li><a href="/tools/decision_wheel.html">Decision Wheel</a></li>
297297
<li><a href="/games/reversi.html">Reversi</a></li>
298+
<li><a href="/tools/flashcard_creator.html">Flashcard Creator</a></li>
298299
<!-- end -->
299300
</ul>
300301
</div>

0 commit comments

Comments
 (0)