File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,19 @@ const projects = [
469469 url :"https://github.com/ianshulx/React-projects-for-beginners/tree/main/patreon" ,
470470 description :"A Patreon clone is a platform that enables creators to earn recurring income by offering exclusive content and rewards to supporters" ,
471471 imgSrc :"assets/patreon.png"
472- }
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+ 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+ } ,
473485
474486] ;
475487
You can’t perform that action at this time.
0 commit comments