Skip to content

Commit 5d5ab21

Browse files
committed
update : projects
1 parent 422b6d6 commit 5d5ab21

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

src/components/Projects.astro

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
const projects = [
33
{
44
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.",
10+
lastUpdated: "2024-07-01",
11+
completed: false,
12+
links: [],
13+
technologies: ["React", "Node.js", "Express.js", "Docker", "CodeMirror"],
14+
},
15+
{
16+
id: 2,
517
title: "Portfolio Website",
618
description: "A simple portfolio website built using Astro framework.",
719
content:
@@ -18,7 +30,7 @@ const projects = [
1830
technologies: ["Astro", "CSS3"],
1931
},
2032
{
21-
id: 2,
33+
id: 3,
2234
title: "xTend",
2335
description: "An automated Ambulance summoning device",
2436
content:
@@ -29,7 +41,7 @@ const projects = [
2941
technologies: ["Arduino", "Flutter", "NodeMCU", "Firebase API", "Sensors"],
3042
},
3143
{
32-
id: 3,
44+
id: 4,
3345
title: "Fresher Registration Portal",
3446
description: "A portal for registering freshers for the college",
3547
content:
@@ -40,7 +52,7 @@ const projects = [
4052
technologies: ["React", "NodeJS", "ExpressJS", "MongoDB", "Bootstrap"],
4153
},
4254
{
43-
id: 4,
55+
id: 5,
4456
title: "Tokenization of Physical Assets",
4557
description:
4658
"An application for tokenizing physical assets and trading them",
@@ -72,7 +84,7 @@ const projects = [
7284
],
7385
},
7486
{
75-
id: 5,
87+
id: 6,
7688
title: "Zenith",
7789
description:
7890
"A fintech app that tracks your expenses and helps to plan your budget",

0 commit comments

Comments
 (0)