-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
205 lines (205 loc) · 5.58 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"goalsData":[
"Gold medal in 2023 Provincial Programming Contest",
"Participant in 2023 National Programming Contest",
"Participant in the 2023 ICPC Caribbean Finals Qualifier",
"Participant in the Global Game Jam 2024",
"Among the winners of the 2024 Provincial Programming Contest",
"Future Computer Scientist"
],
"workData": [
],
"skillsData": [
[
"Frontend",
[
"HTML",
"CSS",
"Sass",
"TailwindCSS",
"JavaScript",
"TypeScript",
"ReactJS"
]
],
[
"Backend",
[
"NodeJS",
"ExpressJS",
"NextJS"
]
],
[
"Programming Languages",
[
"Python",
"C#",
"C++"
]
],
[
"Databases",
[
"MySQL",
"MongoDB"
]
],
[
"Version Control",
[
"Git",
"GitHub"
]
]
],
"projectsData": [
{
"name": "KevyDev Portfolio V1",
"description": "My own portfolio. You are seeing it right now!",
"ghLink": "KevyDev/portfolioV1",
"skills": [
"HTML",
"CSS",
"Sass",
"JavaScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "portfoliov1.jpg"
},
{
"name": "OX Game",
"description": "The famous game of tic tac toe.",
"ghLink": "KevyDev/OXGame",
"link": "https://kevydev.github.io/OXGame/",
"skills": [
"HTML",
"CSS",
"Sass",
"JavaScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "oxgame.jpg"
},
{
"name": "MyShoppy V1",
"description": "My first virtual shop.",
"ghLink": "KevyDev/MyShoppyV1",
"link": "https://kevydev.github.io/MyShoppyV1/",
"skills": [
"HTML",
"CSS",
"Sass",
"JavaScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "myshoppyv1.jpg"
},
{
"name": "Snaky Game",
"description": "The famous game of the snake eating apples, now with sound effects!",
"ghLink": "KevyDev/Snaky",
"link": "https://kevydev.github.io/Snaky/",
"skills": [
"HTML",
"CSS",
"Sass",
"JavaScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "snaky.jpg"
},
{
"name": "Password Generator",
"description": "A password generator app. Just generate and copy on the clipboard!",
"ghLink": "KevyDev/PasswordGenerator",
"link": "https://kevydev.github.io/PasswordGenerator/",
"skills": [
"HTML",
"CSS",
"Sass",
"JavaScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "passwordgenerator.jpg"
},
{
"name": "2Cards",
"description": "Select the pairs and win. That's all!",
"ghLink": "KevyDev/2Cards",
"link": "https://kevydev.github.io/2Cards/",
"skills": [
"HTML",
"CSS",
"TailwindCSS",
"JavaScript",
"TypeScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "2cards.jpg"
},
{
"name": "ToDo List",
"description": "Set tasks and complete them!",
"ghLink": "KevyDev/ToDoList",
"link": "https://kevydev.github.io/ToDoList/",
"skills": [
"HTML",
"CSS",
"TailwindCSS",
"JavaScript",
"TypeScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "todo-list.jpg"
},
{
"name": "EmilyProfeBot",
"description": "The Spanish teacher who helps you improve your writing. Telegram bot. ",
"ghLink": "KevyDev/EmilyProfeBot",
"skills": [
"Python",
"Git",
"GitHub"
],
"preview": "emilyprofebot.jpg"
},
{
"name": "taskies",
"description": "Set tasks and complete them, again!",
"ghLink": "KevyDev/taskies",
"link": "https://kevydev.github.io/taskies/",
"skills": [
"HTML",
"CSS",
"JavaScript",
"NodeJS",
"ReactJS",
"Git",
"GitHub"
],
"preview": "taskies.jpg"
}
]
}