Skip to content

Commit 29104bb

Browse files
authored
Merge pull request #4 from codeTun/project
Added new projects
2 parents 8b44a6a + d90fd14 commit 29104bb

File tree

9 files changed

+158
-130
lines changed

9 files changed

+158
-130
lines changed

public/elazheri_iheb_resume.pdf

47.7 KB
Binary file not shown.

public/projectImages/swish-01.jpg

95.4 KB
Loading

public/projectImages/swish-02.jpg

101 KB
Loading

public/projectImages/swish-03.jpg

159 KB
Loading

src/_data/projects.json

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@
1818
"bgcolor": "var(--hl2-color)",
1919
"id": "1"
2020
},
21-
{
22-
"title": "E-souq",
23-
"description": "ERP solution",
24-
"image": "/projectImages/esouq.png",
25-
"image2": "/projectImages/esouq-desc.png",
26-
"image3": "/projectImages/weather3.png",
27-
"technologies": ["JavaScript", "Next Js", "Tailwind Css", "Node Js"],
28-
"body": "Esouq is a versatile ERP (Enterprise Resource Planning) solution designed to streamline operations...",
29-
"github": "https://github.com/codeTun/e-souq",
30-
"deployed": "",
31-
"bgcolor": "var(--hl-color)",
32-
"id": "2"
33-
},
3421
{
3522
"title": "MEDITECH",
3623
"description": "Medical Platform",
@@ -42,7 +29,7 @@
4229
"github": "https://github.com/codeTun/MEDITECH",
4330
"deployed": "",
4431
"bgcolor": "#6c4bf4",
45-
"id": "3"
32+
"id": "2"
4633
},
4734
{
4835
"title": "IEEE Wie",
@@ -55,7 +42,7 @@
5542
"github": "https://github.com/codeTun/IEEE",
5643
"deployed": "",
5744
"bgcolor": "#f85781",
58-
"id": "4"
45+
"id": "3"
5946
},
6047
{
6148
"title": "Leoni OTMS",
@@ -74,7 +61,7 @@
7461
"github": "https://github.com/codeTun/",
7562
"deployed": "",
7663
"bgcolor": "#8900EE",
77-
"id": "5"
64+
"id": "4"
7865
},
7966
{
8067
"title": "Gaoua Gold",
@@ -87,10 +74,10 @@
8774
"github": "https://github.com/codeTun/",
8875
"deployed": "https://gaouagoldcompany.com/",
8976
"bgcolor": "#FACD01",
90-
"id": "6"
77+
"id": "5"
9178
},
9279
{
93-
"title": "DefindHer",
80+
"title": "DefendHer",
9481
"description": "Website and browser extension for the WIE Act Competition",
9582
"image": "/projectImages/defindher-1.png",
9683
"image2": "/projectImages/defindher-2.png",
@@ -105,11 +92,11 @@
10592
"REST API",
10693
"DOM Manipulation"
10794
],
108-
"body": "DefindHer is a website and browser extension designed to create safer and more respectful interactions on social media...",
95+
"body": "DefendHer is a Chrome and Firefox browser extension built for the WIE ACT Challenge 2024 that automatically detects and blurs harassment or offensive language in real time. By leveraging NLP-based filtering and a customizable word list, it promotes safer online spaces, reduces visual toxicity, and fosters respectful digital interactions. Integrated seamlessly with social media platforms, it empowers users to browse with peace of mind.",
10996
"github": "https://github.com/codeTun/wie-act-challenge",
11097
"deployed": "https://defend-her.vercel.app/",
11198
"bgcolor": "#FFB800",
112-
"id": "7"
99+
"id": "6"
113100
},
114101
{
115102
"title": "Potential",
@@ -118,10 +105,30 @@
118105
"image2": "/projectImages/potential-2.png",
119106
"image3": "/projectImages/potential-3.png",
120107
"technologies": ["Azure", "Next.js", "Tailwind CSS", "Node.js", "REST API"],
121-
"body": "Potential is a data-driven platform developed for the Open Data AI Abu Dhabi Competition...",
108+
"body": "Potential is an intelligent web application developed for the Open Data AI Abu Dhabi Competition, achieving 6th place. Built on Microsoft Azure for scalability and cloud services, it integrates AI-driven data analysis to uncover actionable insights. Features include automated CI/CD deployment, responsive visualization dashboards, and real-time data processing to support informed decision-making.",
122109
"github": "https://github.com/codeTun/potential",
123110
"deployed": "https://potential-kegz.vercel.app/",
124111
"bgcolor": "#0078D4",
112+
"id": "7"
113+
},
114+
{
115+
"title": "Swish Smash Burgers",
116+
"description": "Full-stack restaurant ordering platform",
117+
"image": "/projectImages/swish-01.jpg",
118+
"image2": "/projectImages/swish-02.jpg",
119+
"image3": "/projectImages/swish-30.jpg",
120+
"technologies": [
121+
"Next.js",
122+
"Prisma",
123+
"PostgreSQL",
124+
"Stripe",
125+
"Tailwind CSS",
126+
"CI/CD"
127+
],
128+
"body": "Swish Smash Burgers is a modern full-stack web application tailored for restaurant management and customer ordering. Developed with Next.js and Prisma on PostgreSQL, it supports user authentication, table reservations, online ordering, and secure Stripe payments. The project features automated CI/CD pipelines, a responsive design with Tailwind CSS, and a custom domain deployment, delivering a seamless dining experience.",
129+
"github": "https://github.com/codeTun/swish-smash-burgers",
130+
"deployed": "https://swishsmashburgers.com/",
131+
"bgcolor": "#E63946",
125132
"id": "8"
126133
}
127134
]

src/components/ProjectList.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const ProjectList = () => {
1515
const { t } = useTranslation();
1616
const projectDetails = t("projects.project-details", { returnObjects: true });
1717
console.log("Number of projects loaded:", projectDetails.length);
18+
console.log("Project details:", projectDetails);
1819

1920
return projectDetails.map((project, index) => (
2021
<ProjectCard

0 commit comments

Comments
 (0)