Skip to content

Commit 9a1995c

Browse files
committed
Update Content “projects”
1 parent f65360a commit 9a1995c

2 files changed

Lines changed: 75 additions & 66 deletions

File tree

6.62 MB
Loading

client/src/content/projects.json

Lines changed: 75 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,76 @@
11
{
2-
"projects": [
3-
{
4-
"id": 1,
5-
"title": "GCT Bhakkar Website",
6-
"description": "Designed and developed a dynamic and responsive website for Government College of Technology Bhakkar. Used JavaScript DOM manipulation to dynamically update page content with interactive UI behavior and form validation.",
7-
"image": "/assets/projects/gct-bhakkar.png",
8-
"technologies": [
9-
"HTML",
10-
"CSS",
11-
"JavaScript",
12-
"Bootstrap"
13-
],
14-
"liveUrl": "https://gctbhakkar.netlify.app",
15-
"githubUrl": "https://github.com/Abdul-Rasheed-Talal/gct-bhakkar",
16-
"category": "Web Development",
17-
"duration": "11/2025 - Present",
18-
"featured": true,
19-
"stats": {
20-
"stars": 0,
21-
"forks": 0,
22-
"updated": "Just now"
23-
}
24-
},
25-
{
26-
"id": 2,
27-
"title": "Spotify Clone",
28-
"description": "Built a Spotify-inspired music player web application with dynamic loading of albums and songs from local storage. Implemented core music player controls including Play/Pause, Next/Previous track, and interactive seek bar for audio progress.",
29-
"image": "/assets/projects/spotify-clone.png",
30-
"technologies": [
31-
"HTML",
32-
"CSS",
33-
"JavaScript"
34-
],
35-
"liveUrl": "https://spotify-frontend-project.netlify.app/",
36-
"githubUrl": "https://github.com/Abdul-Rasheed-Talal/spotify-clone",
37-
"category": "Web Development",
38-
"duration": "12/2025",
39-
"featured": true,
40-
"stats": {
41-
"stars": 2,
42-
"forks": 1,
43-
"updated": "1 week ago"
44-
}
45-
},
46-
{
47-
"id": 3,
48-
"title": "Bank Management System",
49-
"description": "Developed a console-based Bank Management System using C++ with core OOP principles including classes, objects, functions, and encapsulation. Features account creation, deposit, withdrawal, and balance inquiry functionality.",
50-
"image": "/assets/projects/bank-system.png",
51-
"technologies": [
52-
"C++",
53-
"OOP"
54-
],
55-
"liveUrl": null,
56-
"githubUrl": "https://github.com/Abdul-Rasheed-Talal/BankMgmSystem",
57-
"category": "Desktop Application",
58-
"duration": "03/2025 - 04/2025",
59-
"featured": true,
60-
"stats": {
61-
"stars": 5,
62-
"forks": 0,
63-
"updated": "1 month ago"
64-
}
65-
}
66-
]
67-
}
2+
"projects": [
3+
{
4+
"liveUrl": "https://gctbhakkar.netlify.app",
5+
"technologies": [
6+
"HTML",
7+
"CSS",
8+
"JavaScript",
9+
"Bootstrap"
10+
],
11+
"githubUrl": "https://github.com/Abdul-Rasheed-Talal/gct-bhakkar",
12+
"featured": true,
13+
"duration": "11/2025 - Present",
14+
"title": "GCT Bhakkar Website",
15+
"id": 1,
16+
"image": "/assets/projects/gct-bhakkar.png",
17+
"description": "Designed and developed a dynamic and responsive website for Government College of Technology Bhakkar. Used JavaScript DOM manipulation to dynamically update page content with interactive UI behavior and form validation.",
18+
"category": "Web Development",
19+
"stats": {
20+
"stars": 0,
21+
"forks": 0,
22+
"updated": "Just now"
23+
}
24+
},
25+
{
26+
"liveUrl": "https://spotify-frontend-project.netlify.app/",
27+
"technologies": [
28+
"HTML",
29+
"CSS",
30+
"JavaScript"
31+
],
32+
"githubUrl": "https://github.com/Abdul-Rasheed-Talal/spotify-clone",
33+
"featured": true,
34+
"duration": "12/2025",
35+
"title": "Spotify Clone",
36+
"id": 2,
37+
"image": "/assets/projects/spotify-clone.png",
38+
"description": "Built a Spotify-inspired music player web application with dynamic loading of albums and songs from local storage. Implemented core music player controls including Play/Pause, Next/Previous track, and interactive seek bar for audio progress.",
39+
"category": "Web Development",
40+
"stats": {
41+
"stars": 2,
42+
"forks": 1,
43+
"updated": "1 week ago"
44+
}
45+
},
46+
{
47+
"liveUrl": null,
48+
"technologies": [
49+
"C++",
50+
"OOP"
51+
],
52+
"githubUrl": "https://github.com/Abdul-Rasheed-Talal/BankMgmSystem",
53+
"featured": true,
54+
"duration": "03/2025 - 04/2025",
55+
"title": "Bank Management System",
56+
"id": 3,
57+
"image": "/assets/projects/bank-system.png",
58+
"description": "Developed a console-based Bank Management System using C++ with core OOP principles including classes, objects, functions, and encapsulation. Features account creation, deposit, withdrawal, and balance inquiry functionality.",
59+
"category": "Desktop Application",
60+
"stats": {
61+
"stars": 5,
62+
"forks": 0,
63+
"updated": "1 month ago"
64+
}
65+
},
66+
{
67+
"stats": {
68+
"stars": 0,
69+
"forks": 0
70+
},
71+
"title": "New Project",
72+
"description": "This is a new project",
73+
"image": "/images/uploads/gemini_generated_image_q6q4nlq6q4nlq6q4.png"
74+
}
75+
]
76+
}

0 commit comments

Comments
 (0)