react-personal-website/server/content/projects/projects.json
2025-02-28 11:45:53 -05:00

22 lines
No EOL
688 B
JSON

[
{
"id": "1",
"title": "Personal Website",
"description": "A personal website and blog built with Node.js, React, and Vite",
"technologies": ["React", "Node.js", "Express", "Vite"],
"githubUrl": "https://github.com/yourusername/personal-website",
"liveUrl": "https://your-website.com",
"image": "personal-website.jpg",
"featured": true
},
{
"id": "2",
"title": "Sample Project",
"description": "A sample project to showcase my skills",
"technologies": ["JavaScript", "HTML", "CSS"],
"githubUrl": "https://github.com/yourusername/sample-project",
"liveUrl": null,
"image": "sample-project.jpg",
"featured": false
}
]