Spaces:
Running
Running
File size: 2,118 Bytes
a383d0e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
{
"demos": [
{
"id": "youtube-interface",
"name": "YouTube Interface",
"description": "Step-by-step construction process of YouTube homepage interface",
"thumbnail": "/assets/demo1.png",
"category": "video-platform",
"estimatedTime": "20 seconds",
"manifest": "/demos/youtube-interface/manifest.json",
"steps": 108,
"finalHtml": "/demos/youtube-interface/final_youtube.html"
},
{
"id": "instagram",
"name": "Instagram Profile",
"description": "Step-by-step construction demo of Instagram profile page",
"thumbnail": "/assets/demo2.png",
"category": "social-media",
"estimatedTime": "25 seconds",
"manifest": "/demos/instagram/manifest.json",
"steps": 143,
"finalHtml": "/demos/instagram/final_ins.html"
},
{
"id": "linkedin",
"name": "LinkedIn Profile",
"description": "Step-by-step construction demo of LinkedIn profile page",
"thumbnail": "/assets/demo4.png",
"category": "personal-website",
"estimatedTime": "20 seconds",
"manifest": "/demos/linkedin/manifest.json",
"steps": 112,
"finalHtml": "/demos/linkedin/final_linkedin.html"
},
{
"id": "design",
"name": "Google Search Design",
"description": "Step-by-step construction demo of Google search results page",
"thumbnail": "/assets/demo3.png",
"category": "design",
"estimatedTime": "10 seconds",
"manifest": "/demos/design/manifest.json",
"steps": 58,
"finalHtml": "/demos/design/final_design.html"
}
],
"categories": [
{
"id": "video-platform",
"name": "Video Platform",
"description": "YouTube platform interfaces"
},
{
"id": "social-media",
"name": "Social Media",
"description": "Instagram, LinkedIn interfaces"
},
{
"id": "personal-website",
"name": "Personal Website",
"description": "Personal website interfaces"
},
{
"id": "design",
"name": "Design",
"description": "Design interfaces"
}
]
} |