Skip to content

Commit 8d1c3be

Browse files
committed
chore: change projects to add their tech stack
1 parent 6e784c4 commit 8d1c3be

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

src/app/page.tsx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,47 +43,53 @@ export default function Portfolio() {
4343
const projectsArray = [
4444
{
4545
title: "Trivivo",
46-
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%.",
46+
description: "Crafted a feature-rich, dynamic quiz game platform with progressive difficulty levels, real-time analytics, and comprehensive admin tools, complemented by a secure API for question management and user engagement tracking.",
4747
repo: true,
4848
repoUrl: "https://github.com/steadyfall/wwbm-webapp",
49-
live: false
49+
live: false,
50+
techStack: [`Django`, `MySQL`, `HTML5/CSS3`, `jQuery`, `Docker`, `AWS EC2`]
5051
},
5152
{
5253
title: "SpectraSVD",
53-
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.",
54+
description: "Designed and deployed an advanced image compression algorithm achieving 25%+ size reduction, complemented by a real-time interactive web application for demonstrating compression quality and efficiency.",
5455
repo: true,
5556
repoUrl: "https://github.com/steadyfall/svd-compression",
5657
live: true,
57-
liveUrl: "https://spectrasvd.streamlit.app/"
58+
liveUrl: "https://spectrasvd.streamlit.app/",
59+
techStack: [`NumPy`, `OpenCV`, `Pillow`, `Streamlit`]
5860
},
5961
{
6062
title: "Personal Website",
61-
description: "Built a modern, responsive personal website written in TypeScript with React, TailwindCSS and Next.js.",
63+
description: "Built a modern, responsive portfolio website with fluid animations, architected as a customizable template.",
6264
repo: true,
6365
repoUrl: "https://github.com/steadyfall/steadyfall.github.io.git",
6466
live: true,
65-
liveUrl: "https://steadyfall.github.io"
67+
liveUrl: "https://steadyfall.github.io",
68+
techStack: [`TypeScript`, `React`, `TailwindCSS`, `Next.js`, `Framer Motion`,`Node.js`]
6669
},
6770
{
6871
title: "Chess (CS246 Final Project)",
69-
description: "Developed a C++ chess engine, innovating 3-way and 4-way variants, and creating test suites and GUI in a Linux environment with CMake and XWindows.",
72+
description: "Developed a C++ chess engine with innovative multi-player variants and AI capabilities, employing advanced software design patterns and rigorous testing methodologies in a Linux environment.",
7073
repo: false,
71-
live: false
74+
live: false,
75+
techStack: [`C++`, `CMake`, `XQuartz`]
7276
},
7377
{
7478
title: "EcoWiz",
75-
description: "Developed a full-stack garbage classification app with React/Flask, and an 80% accurate multimodal model using ResNet-50 CNN and YOLOv8.",
79+
description: "Engineered a full-stack application featuring a multimodal image classification system for garbage sorting, achieving 80% accuracy through advanced deep learning techniques.",
7680
repo: true,
7781
repoUrl: "https://github.com/karman103/DeltaHacksX",
78-
live: false
82+
live: false,
83+
techStack: [`React`, `Flask`, `ResNet-50 CNN`, `YOLOv8`]
7984
},
8085
{
8186
title: "RedWish",
82-
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.",
87+
description: "Developed a comprehensive full-stack health application to streamline blood donation and transfusion processes, incorporating an AI-powered chatbot to enhance user engagement and accessibility.",
8388
repo: true,
8489
repoUrl: "https://github.com/steadyfall/RedWish",
8590
live: true,
86-
liveUrl: "https://steadyfall.github.io/RedWish/"
91+
liveUrl: "https://steadyfall.github.io/RedWish/",
92+
techStack: [`HTML5/CSS3`, `JavaScript`, `Firebase`, `DialogFlow API`]
8793
},
8894
]
8995

0 commit comments

Comments
 (0)