Skip to content

Commit cc585fe

Browse files
committed
- add reaction time trainer (similar to human benchmark, but more focused on actually training reflexes)
1 parent 8070ccb commit cc585fe

File tree

4 files changed

+615
-0
lines changed

4 files changed

+615
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,5 +1197,16 @@
11971197
"aiPowered": true,
11981198
"featured": true,
11991199
"date": "2025-03-17"
1200+
},
1201+
{
1202+
"id": "reaction_time_trainer",
1203+
"title": "Reaction Time Trainer",
1204+
"description": "Track your progress, analyze statistics and enhance your reflexes with regular practice.",
1205+
"url": "tools/reaction_time_trainer.html",
1206+
"screenshot": "screenshots/screenshot_159.png",
1207+
"type": "tool",
1208+
"aiPowered": false,
1209+
"featured": false,
1210+
"date": "2025-03-18"
12001211
}
12011212
]

screenshots/screenshot_160.png

14.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ <h2>Tools by ChatGPT</h2>
245245
<li><a href="/tools/game_of_life.html">Conway's Game of Life</a></li>
246246
<li><a href="/tools/word_explainer.html">WordSage</a></li>
247247
<li><a href="/tools/legal_finder.html">LegalFinder</a></li>
248+
<li><a href="/tools/reaction_time_trainer.html">Reaction Time Trainer</a></li>
248249
<!-- end -->
249250
</ul>
250251
</div>

0 commit comments

Comments
 (0)