From 91ce3089cc308ab973d860e5cd51038910b6d2e2 Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Thu, 5 Mar 2026 00:51:49 +0300 Subject: [PATCH] update project list --- src/data/projects.ts | 186 ++++++++++++++++++++++--------------------- tsconfig.json | 2 +- 2 files changed, 96 insertions(+), 92 deletions(-) diff --git a/src/data/projects.ts b/src/data/projects.ts index 9a5ad3b..947aeff 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -21,13 +21,69 @@ export const categories = [ "Legal Software", "FinTech", "E-commerce", - "Business Intelligence", + "Business Dashboards", "POS System", "Education", - "HealthTech" + "HealthTech", ]; export const projectsData: Project[] = [ + { + id: "p10", + title: "Motiva Management", + description: + "Leading medical technology company specializing in breast aesthetics and reconstruction. Enhancing women's health through cutting-edge implant solutions.", + imageUrl: "https://tech-masters.guru/photos/projects/motiva-management.png", + category: "HealthTech", + technologies: ["React", "Node.js", "MySQL", "Docker"], + featured: false, + detailedDescription: + "A comprehensive barber shop management system designed for educational institutions, featuring asset tracking, maintenance scheduling, and detailed reporting capabilities.", + images: [ + "https://tech-masters.guru/photos/projects/motiva-medical-site.png", + "https://tech-masters.guru/photos/projects/motiva-medical-site.png", + "https://tech-masters.guru/photos/projects/motiva-medical-site.png", + ], + liveUrl: "https://motiva-medical-site.netlify.app/", + githubUrl: "https://github.com/company/barber-shop-management", + features: [ + "Asset tracking and management", + "Maintenance scheduling", + "Inventory control", + "Detailed reporting", + "User access management", + ], + duration: "5 months", + teamSize: "6 developers", + }, + { + id: "p10", + title: "GLC Management", + description: + "Leading medical technology company specializing in breast aesthetics and reconstruction. Enhancing women's health through cutting-edge implant solutions.", + imageUrl: "https://tech-masters.guru/photos/projects/motiva-management.png", + category: "Legal Software", + technologies: ["React", "Node.js", "MySQL", "Docker"], + featured: false, + detailedDescription: + "A comprehensive barber shop management system designed for educational institutions, featuring asset tracking, maintenance scheduling, and detailed reporting capabilities.", + images: [ + "https://tech-masters.guru/photos/projects/glc-management.png", + "https://tech-masters.guru/photos/projects/glc-management.png", + "https://tech-masters.guru/photos/projects/glc-management.png", + ], + liveUrl: "https://glc-management.netlify.app/", + githubUrl: "https://github.com/company/glc-management", + features: [ + "Asset tracking and management", + "Maintenance scheduling", + "Inventory control", + "Detailed reporting", + "User access management", + ], + duration: "5 months", + teamSize: "6 developers", + }, { id: "p1", title: "BPro ERP System", @@ -140,35 +196,7 @@ export const projectsData: Project[] = [ duration: "5 months", teamSize: "6 developers", }, - { - id: "p5", - title: "Nanas Dashboard", - description: - "Comprehensive business intelligence dashboard with real-time data visualization and predictive analytics.", - imageUrl: - "https://tech-masters.guru/photos/projects/nanas-main-dashboard.png", - category: "Business Intelligence", - technologies: ["Vue.js", "Python", "PostgreSQL", "Docker"], - featured: false, - detailedDescription: - "A powerful business intelligence dashboard that provides real-time data visualization, predictive analytics, and comprehensive reporting for data-driven decision making.", - images: [ - "https://tech-masters.guru/photos/projects/nanas-main-dashboard.png", - "https://tech-masters.guru/photos/projects/nanas-main-dashboard.png", - "https://tech-masters.guru/photos/projects/nanas-main-dashboard.png", - ], - liveUrl: "https://nanas-dashboard.com", - githubUrl: "https://github.com/company/nanas-dashboard", - features: [ - "Real-time data visualization", - "Predictive analytics", - "Custom reporting tools", - "Interactive dashboards", - "Data export capabilities", - ], - duration: "4 months", - teamSize: "5 developers", - }, + { id: "p6", title: "Easy Pay POS System", @@ -226,39 +254,12 @@ export const projectsData: Project[] = [ teamSize: "6 developers", }, { - id: "p8", - title: "Law Firm Management", - description: - "Comprehensive hardware inventory and management system for educational institutions with asset tracking.", - imageUrl: "https://tech-masters.guru/photos/projects/law-firm-management.png", - category: "Legal Software", - technologies: ["React", "Node.js", "MySQL", "Docker"], - featured: false, - detailedDescription: - "A comprehensive hardware management system designed for educational institutions, featuring asset tracking, maintenance scheduling, and detailed reporting capabilities.", - images: [ - "https://tech-masters.guru/photos/projects/svu-hw.png", - "https://tech-masters.guru/photos/projects/svu-hw.png", - "https://tech-masters.guru/photos/projects/svu-hw.png", - ], - liveUrl: "https://svu-hardware.com", - githubUrl: "https://github.com/company/svu-hardware", - features: [ - "Asset tracking and management", - "Maintenance scheduling", - "Inventory control", - "Detailed reporting", - "User access management", - ], - duration: "5 months", - teamSize: "6 developers", - }, - { id: "p9", title: "Barber Shop Management", description: "Comprehensive barber shop management system for educational institutions with asset tracking.", - imageUrl: "https://tech-masters.guru/photos/projects/barber-shop-management.png", + imageUrl: + "https://tech-masters.guru/photos/projects/barber-shop-management.png", category: "Enterprise Software", technologies: ["React", "Node.js", "MySQL", "Docker"], featured: false, @@ -281,35 +282,8 @@ export const projectsData: Project[] = [ duration: "5 months", teamSize: "6 developers", }, - { - id: "p10", - title: "Motiva Management", - description: - "Leading medical technology company specializing in breast aesthetics and reconstruction. Enhancing women's health through cutting-edge implant solutions.", - imageUrl: "https://tech-masters.guru/photos/projects/motiva-management.png", - category: "HealthTech", - technologies: ["React", "Node.js", "MySQL", "Docker"], - featured: false, - detailedDescription: - "A comprehensive barber shop management system designed for educational institutions, featuring asset tracking, maintenance scheduling, and detailed reporting capabilities.", - images: [ - "https://tech-masters.guru/photos/projects/motiva-medical-site.png", - "https://tech-masters.guru/photos/projects/motiva-medical-site.png", - "https://tech-masters.guru/photos/projects/motiva-medical-site.png", - ], - liveUrl: "https://motiva-medical-site.netlify.app/", - githubUrl: "https://github.com/company/barber-shop-management", - features: [ - "Asset tracking and management", - "Maintenance scheduling", - "Inventory control", - "Detailed reporting", - "User access management", - ], - duration: "5 months", - teamSize: "6 developers", - }, - { + + { id: "p11", title: "EasyBook Management", description: @@ -337,6 +311,34 @@ export const projectsData: Project[] = [ duration: "5 months", teamSize: "6 developers", }, + { + id: "p14", + title: "Emce Dashboard", + description: + "Comprehensive Emce dashboard with real-time data visualization and predictive analytics.", + imageUrl: "https://tech-masters.guru/photos/projects/emce-dashboard.png", + category: "Business Dashboards", + technologies: ["Vue.js", "Python", "PostgreSQL", "Docker"], + featured: false, + detailedDescription: + "A powerful Business dashboard that provides real-time data visualization, predictive analytics, and comprehensive reporting for data-driven decision making.", + images: [ + "https://tech-masters.guru/photos/projects/emce-dashboard.png", + "https://tech-masters.guru/photos/projects/emce-dashboard.png", + "https://tech-masters.guru/photos/projects/emce-dashboard.png", + ], + liveUrl: "https://emce-dashboard.com", + githubUrl: "https://github.com/company/emce-dashboard", + features: [ + "Real-time data visualization", + "Predictive analytics", + "Custom reporting tools", + "Interactive dashboards", + "Data export capabilities", + ], + duration: "4 months", + teamSize: "5 developers", + }, { id: "p12", title: "Insighter Analytics", @@ -365,12 +367,14 @@ export const projectsData: Project[] = [ duration: "5 months", teamSize: "6 developers", }, - { + + { id: "p13", title: "Workiom Task Board", description: "Workiom is a task management platform for teams of all sizes. It helps you stay organized, productive, and on top of your work.", - imageUrl: "https://tech-masters.guru/photos/projects/workiom-task-board.png", + imageUrl: + "https://tech-masters.guru/photos/projects/workiom-task-board.png", category: "Task Management", technologies: ["Angular", "Node.js", "MySQL", "Docker"], featured: false, diff --git a/tsconfig.json b/tsconfig.json index b575f7d..5d606a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "react-jsx", + "jsx": "preserve", "incremental": true, "plugins": [ {