{
  "category": "projects",
  "totalItems": 6,
  "items": [
    {
      "id": "proj-001",
      "title": "E-commerce Platform",
      "slug": "ecommerce-platform",
      "folder": "assets/projects/ecommerce-platform/",
      "mainImage": "assets/projects/ecommerce-platform/screenshot.jpg",
      "thumb": "assets/projects/ecommerce-platform/thumb.jpg",
      "description": "A full-featured online store built with modern technologies including product catalog, shopping cart, payment integration, and admin dashboard.",
      "homepage": "https://demo.yoursite.com/ecommerce",
      "technologies": ["React", "Node.js", "MongoDB", "Stripe"],
      "status": "Completed",
      "dateAdded": "2026-04-12",
      "tags": ["web", "ecommerce", "fullstack"]
    },
    {
      "id": "proj-002",
      "title": "Portfolio Website",
      "slug": "personal-portfolio",
      "folder": "assets/projects/personal-portfolio/",
      "mainImage": "assets/projects/personal-portfolio/screenshot.jpg",
      "thumb": "assets/projects/personal-portfolio/thumb.jpg",
      "description": "Clean and responsive personal portfolio website with project gallery, blog, and contact form.",
      "homepage": "",
      "technologies": ["HTML", "CSS", "JavaScript", "PHP"],
      "status": "Completed",
      "dateAdded": "2026-03-28",
      "tags": ["portfolio", "frontend"]
    },
    {
      "id": "proj-003",
      "title": "Task Management App",
      "slug": "task-management-app",
      "folder": "assets/projects/task-management-app/",
      "mainImage": "assets/projects/task-management-app/screenshot.jpg",
      "thumb": "assets/projects/task-management-app/thumb.jpg",
      "description": "Collaborative task manager with real-time updates, team workspaces, and progress tracking.",
      "homepage": "https://demo.yoursite.com/tasks",
      "technologies": ["Vue.js", "Firebase", "Tailwind"],
      "status": "In Progress",
      "dateAdded": "2026-05-05",
      "tags": ["productivity", "webapp"]
    },
    {
      "id": "proj-004",
      "title": "Weather Dashboard",
      "slug": "weather-dashboard",
      "folder": "assets/projects/weather-dashboard/",
      "mainImage": "assets/projects/weather-dashboard/screenshot.jpg",
      "thumb": "assets/projects/weather-dashboard/thumb.jpg",
      "description": "Beautiful weather dashboard with forecasts, historical data, and location-based alerts.",
      "homepage": "",
      "technologies": ["JavaScript", "OpenWeather API", "Chart.js"],
      "status": "Completed",
      "dateAdded": "2026-02-18",
      "tags": ["dashboard", "api"]
    },
    {
      "id": "proj-005",
      "title": "Inventory Management System",
      "slug": "inventory-system",
      "folder": "assets/projects/inventory-system/",
      "mainImage": "assets/projects/inventory-system/screenshot.jpg",
      "thumb": "assets/projects/inventory-system/thumb.jpg",
      "description": "Desktop and web-based inventory system for small businesses with barcode support and reporting.",
      "homepage": "",
      "technologies": ["Python", "Django", "PostgreSQL"],
      "status": "Completed",
      "dateAdded": "2026-04-22",
      "tags": ["business", "management"]
    },
    {
      "id": "proj-006",
      "title": "AI Image Generator Tool",
      "slug": "ai-image-generator",
      "folder": "assets/projects/ai-image-generator/",
      "mainImage": "assets/projects/ai-image-generator/screenshot.jpg",
      "thumb": "assets/projects/ai-image-generator/thumb.jpg",
      "description": "Web tool that generates images from text prompts using AI models.",
      "homepage": "https://demo.yoursite.com/ai-gen",
      "technologies": ["Next.js", "Stable Diffusion", "Python"],
      "status": "In Progress",
      "dateAdded": "2026-05-20",
      "tags": ["ai", "machine-learning", "creative"]
    }
  ]
}