Skip to content

Commit eb323aa

Browse files
committed
(chore): comment out shopping cart project
1 parent e79a395 commit eb323aa

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/utilities/ProjectSectionArray.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ const projectData: ProjectDataType = [
3939
projectName: "ChatGPT recipe-app 2.0",
4040
projectDescription: "The application stands as a testament to my continuous learning and passion for web development. It was initially a pure vanilla JS project, but its version 2.0 is written in Next.js, Tailwind CSS, and features automated testing with a CI/CD pipeline. "
4141
},
42-
{
43-
link: "http://shopping-cart-jj.vercel.app/",
44-
image_video: "images/shopping_cart3.webp",
45-
skills: ["React, ", "TypeScript, " , "HTML"],
46-
projectName: "Shopping Cart",
47-
projectDescription: "This project, written in React and TypeScript, gave me the opportunity to learn about the useContext React hook, which in some cases proves to be a better alternative to prop drilling. I use Supabase as a backend service to store my data. It is still a work in progress."
48-
},
42+
// {
43+
// link: "http://shopping-cart-jj.vercel.app/",
44+
// image_video: "images/shopping_cart3.webp",
45+
// skills: ["React, ", "TypeScript, " , "HTML"],
46+
// projectName: "Shopping Cart",
47+
// projectDescription: "This project, written in React and TypeScript, gave me the opportunity to learn about the useContext React hook, which in some cases proves to be a better alternative to prop drilling. I use Supabase as a backend service to store my data. It is still a work in progress."
48+
// },
4949

5050
{
5151
link: "https://josuejure.github.io/calculator/",

0 commit comments

Comments
 (0)