GET
/projects
Ver respuesta →
Devuelve el array completo de proyectos del portfolio: nombre, descripción, stack, tipo, estado, imagen y link al repo.
[
{
"id": 0,
"name": "Portfolio Projects API",
"path": "https://00-portfolio-projects-api.vercel.app/",
"image": null,
"description": "API REST que sirve los proyectos de mi portfolio...",
"stack": ["Node.js", "json-server"],
"type": "REST API",
"status": "online",
"framework": "APIs",
"deploy": "Vercel",
"repo": "https://github.com/nicovillagranr/APIs/..."
},
{
"id": 1,
"name": "Glossy Touch",
"path": "/proyecto-1/",
"image": "https://.../images/proyecto-1.webp",
"description": "Landing de práctica para consolidar layout CSS...",
"stack": ["Vite", "React 19", "CSS modular"],
"type": "Landing",
"status": "online",
"framework": "React",
"deploy": "Hostinger",
"repo": "https://github.com/.../proyecto-1"
},
{
"id": 2,
"name": "ActiveBox",
"type": "Landing",
"stack": ["Vite", "React 19", "CSS modular"],
"framework": "React"
},
{
"id": 3,
"name": "NexusAI",
"type": "Landing",
"stack": ["React 19", "Tailwind v4", "Framer Motion"],
"framework": "React"
},
{
"id": 4,
"name": "MGD Exports",
"type": "Landing",
"stack": ["React 19", "Tailwind v4", "EmailJS"],
"framework": "React"
}
]