Skip to content

Commit d8c35a6

Browse files
committed
listed streak tester
1 parent 5445fcb commit d8c35a6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/streak.png

23.7 KB
Loading

projects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,12 @@ const projects = [
482482
description:"A React app that tests your reaction speed by measuring the time taken to respond to prompts",
483483
imgSrc:"assets/response.png"
484484
},
485+
{
486+
title:"Learning Streak Tracker",
487+
url:"https://github.com/ianshulx/React-projects-for-beginners/tree/main-616/Learning%20Streak%20Tracker",
488+
description:"A React app that tracks and motivates your daily learning streaks to build consistent study habits.",
489+
imgSrc:"assets/streak.png"
490+
},
485491

486492
];
487493

0 commit comments

Comments
 (0)