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 e66b55a + cf774ec commit f4f9698Copy full SHA for f4f9698
projects.js
@@ -464,6 +464,12 @@ const projects = [
464
description: "A full-stack web app built using the MERN stack where you can send money, accept money and perform transaction",
465
imgSrc: "assets/wallet.png"
466
},
467
+ {
468
+ title:"Patreon clone",
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:"public/vercel.svg"
472
+ }
473
474
];
475
0 commit comments