Add data structure example

This commit is contained in:
TheThomaas 2025-05-30 15:52:52 +02:00
parent 2df1ae0e05
commit 8ac322868e

36
data.example.js Normal file
View file

@ -0,0 +1,36 @@
const experiences = [
{
"title": "",
"description": "",
"role": "",
"location": "",
"link": "",
"content": [],
"dates": {
"start": 2021,
"end": 2021
}
}
]
const projects = [
{
"title": "",
"description": "",
"content": [],
"links": [
{
"title": "",
"link": "",
"icon": ""
}
]
}
]
const skills = [
{
"title": "",
"description": ""
}
]