1
1
import demoImg from '/demo.webp' ;
2
2
3
+ import crwnClothing from './screenshot/crwn-clothing.webp' ;
4
+ import elctricSkateboards from './screenshot/electric-skateboards-USA.webp' ;
5
+ import forkifyRecipe from './screenshot/forkify-recipe-js.webp' ;
6
+ import openTable from './screenshot/open-table.webp' ;
7
+ import adminDashboard from './screenshot/react-admin-dashboard.webp' ;
8
+
3
9
export type ProjectType = {
4
10
id : number ;
5
11
title : string ;
6
- description : string ;
12
+ description ? : string ;
7
13
image : string ;
8
14
repo : string ;
9
15
url : string ;
@@ -19,22 +25,29 @@ const Projects: ProjectType[] = [
19
25
id : 1 ,
20
26
title : 'Crwn Clothing Online Store' ,
21
27
description : 'This is a project 1' ,
22
- image : demoImg ,
23
- repo : 'https://github.com' ,
24
- url : 'https://www.google.com ' ,
28
+ image : crwnClothing ,
29
+ repo : 'https://github.com/frontendfixer/crwn-clothing-redux ' ,
30
+ url : 'https://crwn-clothing-redux.vercel.app ' ,
25
31
development : {
26
- language : [ 'react' , 'typescript' , 'HTML' , 'CSS' , 'redux' ] ,
27
- tools : [ 'react' , 'typescript' ] ,
32
+ language : [
33
+ 'firebase' ,
34
+ 'react' ,
35
+ 'typescript' ,
36
+ 'HTML' ,
37
+ 'CSS' ,
38
+ 'redux' ,
39
+ 'styled_components' ,
40
+ ] ,
28
41
} ,
29
42
featured : true ,
30
43
} ,
31
44
{
32
45
id : 2 ,
33
46
title : 'Open Table | Book a Table at Any Restaurant' ,
34
47
description : 'This is a project 2' ,
35
- image : demoImg ,
36
- repo : 'https://github.com' ,
37
- url : 'https://www.google.com ' ,
48
+ image : openTable ,
49
+ repo : 'https://github.com/frontendfixer/OpenTable-NextJS-App ' ,
50
+ url : 'https://open-table-next-js-app.vercel.app ' ,
38
51
development : {
39
52
language : [
40
53
'nextjs' ,
@@ -47,56 +60,42 @@ const Projects: ProjectType[] = [
47
60
'HTML' ,
48
61
'CSS' ,
49
62
] ,
50
- tools : [ 'react' , 'typescript' ] ,
51
63
} ,
52
64
featured : true ,
53
65
} ,
54
66
{
55
67
id : 3 ,
56
- title : 'Open Table | Book a Table at Any Restaurant ' ,
68
+ title : 'Admin Dashboard | Build with React ' ,
57
69
description : 'This is a project 2' ,
58
- image : demoImg ,
59
- repo : 'https://github.com' ,
60
- url : 'https://www.google.com ' ,
70
+ image : adminDashboard ,
71
+ repo : 'https://github.com/frontendfixer/react-admin-ui ' ,
72
+ url : 'https://react-admin-dashboard-self.vercel.app/ ' ,
61
73
development : {
62
- language : [
63
- 'nextjs' ,
64
- 'react' ,
65
- 'typescript' ,
66
- 'redux' ,
67
- 'MUI' ,
68
- 'prisma' ,
69
- 'postgreSQL' ,
70
- 'HTML' ,
71
- 'CSS' ,
72
- ] ,
73
- tools : [ 'react' , 'typescript' ] ,
74
+ language : [ 'react' , 'typescript' , 'recharts' , 'MUI' , 'HTML' , 'CSS' ] ,
74
75
} ,
75
76
featured : true ,
76
77
} ,
77
78
{
78
79
id : 4 ,
79
- title : 'Project 4 ' ,
80
+ title : 'Forkify | Search Recipe with Ingredients ' ,
80
81
description : 'This is a project 4' ,
81
- image : demoImg ,
82
- repo : 'https://github.com' ,
83
- url : 'https://www.google.com ' ,
82
+ image : forkifyRecipe ,
83
+ repo : 'https://github.com/frontendfixer/forkify-recipe-js ' ,
84
+ url : 'https://forkify-recipe-js.vercel.app/#5ed6604691c37cdc054bd00c ' ,
84
85
development : {
85
- language : [ 'react' , 'typescript' , 'HTML' , 'CSS' , 'redux' ] ,
86
- tools : [ 'react' , 'typescript' ] ,
86
+ language : [ 'javascript' , 'SASS' , 'MVP_Architecture' , 'HTML' , 'CSS' ] ,
87
87
} ,
88
88
featured : true ,
89
89
} ,
90
90
{
91
91
id : 5 ,
92
- title : 'Project 5 ' ,
92
+ title : 'Electric Skateboards USA ' ,
93
93
description : 'This is a project 5' ,
94
- image : demoImg ,
95
- repo : 'https://github.com' ,
96
- url : 'https://www.google.com ' ,
94
+ image : elctricSkateboards ,
95
+ repo : 'https://github.com/frontendfixer/electric-skateboards-USA ' ,
96
+ url : 'https://frontendfixer.github.io/electric-skateboards-USA/ ' ,
97
97
development : {
98
- language : [ 'react' , 'typescript' , 'HTML' , 'CSS' , 'redux' ] ,
99
- tools : [ 'react' , 'typescript' ] ,
98
+ language : [ 'javascript' , 'SASS' , 'Static HTML' , 'HTML' , 'CSS' ] ,
100
99
} ,
101
100
featured : true ,
102
101
} ,
0 commit comments