@@ -7,45 +7,71 @@ import UIImage1 from '../images/ui-project-1.jpg';
77import UIImage2 from '../images/ui-project-2.jpg' ;
88
99export const projectsData = [
10+
1011 {
1112 id : 1 ,
12- title : 'Google Health Platform ' ,
13+ title : 'Laboratory Research Management ' ,
1314 category : 'Web Application' ,
14- img : WebImage2 ,
15+ img : MobileImage2 ,
1516 ProjectHeader : {
16- title : 'Project Management UI - From Context ' ,
17- publishDate : 'Jul 26, 2021 ' ,
18- tags : 'UI / Frontend ' ,
17+ title : 'Laboratory Research Management Web Application - Managing a research laboratory ' ,
18+ publishDate : 'Jan 27, 2024 ' ,
19+ tags : 'Angular / SpringBoot ' ,
1920 } ,
2021 } ,
2122 {
2223 id : 2 ,
23- title : 'Phoenix Digital Agency' ,
24- category : 'Mobile Application' ,
25- img : MobileImage2 ,
24+ title : 'BrightSkies Academy Platform' ,
25+ category : 'Web Application' ,
26+ img : WebImage2 ,
27+ ProjectHeader : {
28+ title : 'BrightSkies Academy Platform - Developed a web-based platform for online training tailored to High Performance Computing (HPC) courses.' ,
29+ publishDate : 'Nov 6, 2023' ,
30+ tags : 'Angular, Django, MySQL, AWS' ,
31+ } ,
2632 } ,
2733 {
2834 id : 3 ,
29- title : 'Project Management UI ' ,
30- category : 'UI/UX Design ' ,
35+ title : 'Olive Oil supply chain ' ,
36+ category : 'Web application ' ,
3137 img : UIImage1 ,
38+ ProjectHeader : {
39+ title : 'Olive Oil supply chain - A React and Blockchain-Based Solution for Ensuring Product Authenticity ' ,
40+ publishDate : 'May 31, 2023' ,
41+ tags : 'React / NodeJS / Blockchain / MongoDB ' ,
42+ } ,
3243 } ,
3344 {
3445 id : 4 ,
35- title : 'Cloud Storage Platform ' ,
36- category : 'UI/UX Design ' ,
46+ title : 'Blog space ' ,
47+ category : 'Web application ' ,
3748 img : UIImage2 ,
49+ ProjectHeader : {
50+ title : 'Blog space - Academic project' ,
51+ publishDate : 'May 28, 2023' ,
52+ tags : 'PHP / AJAX / JAVASCRIPT / HTML / CSS' ,
53+ } ,
3854 } ,
3955 {
4056 id : 5 ,
41- title : 'React Social App ' ,
57+ title : 'Patient tracker ' ,
4258 category : 'Mobile Application' ,
4359 img : MobileImage1 ,
60+ ProjectHeader : {
61+ title : 'Patient tracker - Developed a mobile application for patient monitoring' ,
62+ publishDate : 'Apr 20, 2023' ,
63+ tags : 'Dart / Flutter' ,
64+ } ,
4465 } ,
4566 {
4667 id : 6 ,
47- title : 'Apple Design System ' ,
68+ title : 'DoubleCo Agency ' ,
4869 category : 'Web Application' ,
4970 img : WebImage1 ,
71+ ProjectHeader : {
72+ title : 'Project Management UI - From Context' ,
73+ publishDate : 'Oct 11, 2022' ,
74+ tags : 'HTML / Bootstrap / CSS / Frontend' ,
75+ } ,
5076 } ,
5177] ;
0 commit comments