Skip to content

Commit 559ce30

Browse files
committed
fix: change objects to match with their respective props
1 parent ffc6e8c commit 559ce30

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

src/app/page.tsx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,37 +41,45 @@ export default function Portfolio() {
4141
title: "Trivivo",
4242
description: "Developed a full-stack web app with a Django/MySQL backend, HTML5/CSS3/jQuery frontend, RESTful API and real-time admin dashboard, optimizing game management by 45%.",
4343
repo: true,
44-
repoUrl: "https://github.com/steadyfall/wwbm-webapp"
44+
repoUrl: "https://github.com/steadyfall/wwbm-webapp",
45+
live: false
4546
},
4647
{
4748
title: "SpectraSVD",
4849
description: "Designed a low-rank approximation image compression algorithm with 25%+ size reduction, visualized using OpenCV/Pillow, and deployed an interactive Streamlit web app for real-time results.",
4950
repo: true,
50-
repoUrl: "https://github.com/steadyfall/svd-compression"
51+
repoUrl: "https://github.com/steadyfall/svd-compression",
52+
live: true,
53+
liveUrl: "https://spectrasvd.streamlit.app/"
5154
},
5255
{
5356
title: "Personal Website",
54-
description: "Built a modern, responsive personal website built in TypeScript with React, TailwindCSS and Next.js.",
57+
description: "Built a modern, responsive personal website written in TypeScript with React, TailwindCSS and Next.js.",
5558
repo: true,
56-
repoUrl: "https://github.com/steadyfall/steadyfall.github.io.git"
59+
repoUrl: "https://github.com/steadyfall/steadyfall.github.io.git",
60+
live: true,
61+
liveUrl: "https://steadyfall.github.io"
5762
},
5863
{
5964
title: "Chess (CS246 Final Project)",
6065
description: "Developed a C++ chess engine, innovating three-way and four-way variants, and creating test suites and GUI in a Linux environment with CMake and XWindows.",
6166
repo: false,
62-
repoUrl: ""
67+
live: false
6368
},
6469
{
6570
title: "EcoWiz",
6671
description: "Developed a full-stack garbage classification app with a React frontend, Flask backend, and an 80%-accurate multimodal model using ResNet-50 CNN and YOLOv8.",
6772
repo: true,
68-
repoUrl: "https://github.com/karman103/DeltaHacksX"
73+
repoUrl: "https://github.com/karman103/DeltaHacksX",
74+
live: false
6975
},
7076
{
7177
title: "RedWish",
7278
description: "Developed a full-stack health app for blood donation accessibility with a Firebase backend, HTML5/CSS3/jQuery frontend, and integrated a chatbot using DialogFlow API to boost user engagement.",
7379
repo: true,
74-
repoUrl: "https://github.com/steadyfall/RedWish"
80+
repoUrl: "https://github.com/steadyfall/RedWish",
81+
live: true,
82+
liveUrl: "https://steadyfall.github.io/RedWish/"
7583
},
7684
]
7785

0 commit comments

Comments
 (0)