You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Projects.astro
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
const projects = [
3
3
{
4
4
id: 1,
5
+
title: "VizCode",
6
+
description:
7
+
"An online compiler system with real-time data structure visualization",
8
+
content:
9
+
"Developing an online compiler system supporting multiple programming languages, enabling secure code execution with sandboxing. Integrating a real-time data structure visualizer to facilitate code understanding by illustrating changes in data structures such as arrays, linked lists, trees, and graphs.",
0 commit comments