portfolio/public/projects.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-05-30 06:51:53 +00:00
[
{
2024-06-10 07:23:38 +00:00
"name": "WAR",
"description": "Fully customizable Clan/Guild system with integrated Clan War",
2024-05-30 06:51:53 +00:00
"category": "Minecraft",
2024-06-10 07:23:38 +00:00
"imageUrl": "/images/projects/war.gif",
2024-05-30 06:51:53 +00:00
"socials": {
2024-06-10 07:23:38 +00:00
"Github": "https://github.com/MatzHilven/WAR"
2024-05-30 06:51:53 +00:00
},
"languages": ["Java"],
2024-06-10 07:23:38 +00:00
"tags": ["1.12", "Archived"]
2024-05-30 06:51:53 +00:00
},
{
"name": "Project Beta",
"description": "Description for Project Beta",
"category": "Minecraft",
"imageUrl": "https://via.placeholder.com/150",
"socials": { "Github": "https://github.com" },
"languages": ["Rust", "Go"],
"tags": ["1.8", "Fullstack"]
},
{
"name": "Project Gamma",
"description": "Description for Project Gamma",
"category": "Discord",
"imageUrl": "https://via.placeholder.com/150",
"socials": { "YouTube": "https://youtube.com" },
"languages": ["TypeScript"],
"tags": ["Backend", "Archived"]
},
{
"name": "Project Delta",
"description": "Description for Project Delta",
"category": "Unity",
"imageUrl": "https://via.placeholder.com/150",
"socials": {},
"languages": ["Java"],
"tags": ["1.17", "Frontend"]
}
]