Skip to content

Commit 7dbbc7d

Browse files
committed
Added SmartyParty project
1 parent 474f0aa commit 7dbbc7d

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

74.3 KB
Loading

src/data/projectsData.tsx

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ import Project from "../models/project";
33
export const projectsData: Project[] = [
44
{
55
id: 1,
6+
title: "Smarty Party",
7+
image: "../images/smarty-party-screen.png",
8+
url: "#",
9+
repoUrl: "https://github.com/ktopchiev/SmartyParty",
10+
shortDescription: `This is a full-stack AI Powered web application.
11+
It is a real-time multiplayer quiz game built with ASP.NET, React, Redux Toolkit, SignalR, and PostgreSQL.
12+
Players can join quiz rooms, chat, and compete in live trivia rounds.
13+
Note: It is still not live.`,
14+
description: `This is a full-stack AI Powered web application.
15+
It is a real-time multiplayer quiz game built with ASP.NET, React, Redux Toolkit, SignalR, and PostgreSQL.
16+
Players can join quiz rooms, chat, and compete in live trivia rounds.
17+
Note: It is still not live.`,
18+
techStack: [
19+
"ASP.NET",
20+
"React",
21+
"SignalR",
22+
"OpenAI",
23+
"Minimal API",
24+
"PostgreSQL",
25+
"Redux Toolkit",
26+
"RTK Query",
27+
"Bootstrap",
28+
"Responsive Design",
29+
"fly.io",
30+
"Docker",
31+
"GitHub Actions",
32+
]
33+
},
34+
{
35+
id: 2,
636
title: "E-Commerce Web App",
737
image: "../images/carlos-e-commerce-app.png",
838
url: "https://carlos-ecommerce-app.fly.dev/",
@@ -25,7 +55,7 @@ export const projectsData: Project[] = [
2555
]
2656
},
2757
{
28-
id: 2,
58+
id: 3,
2959
title: "Blacksmith E-commerce Web App",
3060
image: "../images/blacksmith.png",
3161
url: "https://blacksmithsolution-e5dfd7auercug3cz.westeurope-01.azurewebsites.net/",
@@ -48,7 +78,7 @@ export const projectsData: Project[] = [
4878
]
4979
},
5080
{
51-
id: 3,
81+
id: 4,
5282
title: "Portfolio GitHub Page",
5383
image: "../images/my-portfolio-page.png",
5484
url: "",

0 commit comments

Comments
 (0)