VS Code Portfolio
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
// My recent projects
const projects = [
{
id: 1,
name: "Portfolio_v1",
description: "This website! A developer portfolio designed to mimic the VS Code IDE experience.",
tags: ["Next.js 15", "Tailwind CSS", "Framer Motion"],
status: "Live",
link: "https://github.com/HKChamod/Official_Portfolio"
},
{
id: 2,
name: "SinhalaUnicodeConverter",
description: "A utility tool to convert text between Sinhala Unicode and standard fonts seamlessly.",
tags: ["Utility", "Text Processing", "Tools"],
status: "Completed",
link: "https://github.com/HKChamod/SinhalaUnicodeConverter"
},
{
id: 3,
name: "Solar_Monitoring_Helper",
description: "A monitoring solution to track solar energy generation and system status.",
tags: ["IoT", "Energy", "Analytics"],
status: "Prototype",
link: "https://github.com/HKChamod/Solar_Monitoring_Helper"
},
{
id: 4,
name: "Telegram-seat-bot",
description: "An automated Telegram bot designed to assist with seat booking or availability checking.",
tags: ["Automation", "Telegram API", "Bot"],
status: "Active",
link: "https://github.com/HKChamod/Telegram-seat-bot"
},
{
id: 5,
name: "new-year-wishes-tree",
description: "An interactive web application allowing users to share and view New Year wishes on a virtual tree.",
tags: ["Interactive", "Frontend", "Event"],
status: "Completed",
link: "https://github.com/HKChamod/new-year-wishes-tree"
},
{
id: 6,
name: "Project-Elite-Essences",
description: "A web platform showcasing elite products or branding essences.",
tags: ["Web Design", "Branding", "UI/UX"],
status: "Archived",
link: "https://github.com/HKChamod/Project-Elite-Essences"
},
{
id: 7,
name: "MobileShop-Dashboard",
description: "A comprehensive dashboard for managing mobile shop inventory, sales, and customer data.",
tags: ["Dashboard", "Management", "Full Stack"],
status: "Completed",
link: "https://github.com/HKChamod/MobileShop-Dashboard"
}
];
TerminalOutputProblemsDebug Console
Welcome to the portfolio terminal! Type "help" to start.
user@portfolio:~$