We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c0955 commit ad3c468Copy full SHA for ad3c468
assets/response.png
10.1 KB
projects.js
@@ -475,7 +475,13 @@ const projects = [
475
url:"https://github.com/ianshulx/React-projects-for-beginners/tree/main-616/Flashlight-Toggle-App",
476
description:"This app changes the background color to simulate a flashlight turning on and off.",
477
imgSrc:"assets/flashlight.png"
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
485
486
];
487
0 commit comments