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 7b9346d commit b792ba5Copy full SHA for b792ba5
assets/flashlight.png
3.72 KB
projects.js
@@ -469,6 +469,12 @@ const projects = [
469
url:"https://github.com/ianshulx/React-projects-for-beginners/tree/main/patreon",
470
description:"A Patreon clone is a platform that enables creators to earn recurring income by offering exclusive content and rewards to supporters",
471
imgSrc:"assets/patreon.png"
472
+ },
473
+ {
474
+ title:"Flash light toggle",
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
];
0 commit comments