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.
2 parents 9547cb3 + d8c35a6 commit c582652Copy full SHA for c582652
assets/streak.png
23.7 KB
projects.js
@@ -482,6 +482,12 @@ const projects = [
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
+ 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
+ },
491
492
];
493
0 commit comments