Skip to content

Commit ad3c468

Browse files
listed reaction timing tester
Co-Authored-By: Aryan-Joshi-10 <177079559+Aryan-Joshi-10@users.noreply.github.com>
1 parent 89c0955 commit ad3c468

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

assets/response.png

10.1 KB
Loading

projects.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,13 @@ const projects = [
475475
url:"https://github.com/ianshulx/React-projects-for-beginners/tree/main-616/Flashlight-Toggle-App",
476476
description:"This app changes the background color to simulate a flashlight turning on and off.",
477477
imgSrc:"assets/flashlight.png"
478-
}
478+
},
479+
{
480+
title:"Reaction-time tester",
481+
url:"https://github.com/ianshulx/React-projects-for-beginners/tree/main-616/Reaction-Time-Tester",
482+
description:"A React app that tests your reaction speed by measuring the time taken to respond to prompts",
483+
imgSrc:"assets/response.png"
484+
},
479485

480486
];
481487

0 commit comments

Comments
 (0)