-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.json
48 lines (48 loc) · 1.3 KB
/
portfolio.json
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
[
{
"id": "section1",
"title": "Web Development",
"description": "My web development projects",
"portfolio": [
{
"id": "1",
"title": "Personal Website",
"description": "My personal website showcasing my skills and projects.",
"link": "https://www.example.com",
"icon": "github",
"tags": ["HTML", "CSS", "JavaScript"]
},
{
"id": "2",
"title": "E-commerce Platform",
"description": "An online store with payment integration.",
"link": "https://www.examplestore.com",
"icon": "nodeJs",
"tags": ["Node.js", "Express", "MongoDB"]
}
]
},
{
"id": "section2",
"title": "Mobile Development",
"description": "My mobile app projects",
"portfolio": [
{
"id": "3",
"title": "Task Manager App",
"description": "An app to manage daily tasks and priorities.",
"link": "https://www.taskmanagerapp.com",
"icon": "android",
"tags": ["Android", "Java"]
},
{
"id": "4",
"title": "Social Media App",
"description": "A social media app for sharing photos and updates.",
"link": "https://www.socialapp.com",
"icon": "java",
"tags": ["Java", "Android SDK"]
}
]
}
]