You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/apps.js
+67-41Lines changed: 67 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
constAPPS_DATA={
2
-
"libraryProjects": [
2
+
"webProjects": [
3
3
{
4
4
"id": "claude-code-101",
5
5
"name": "Claude Code 101 — 완전 입문 가이드",
@@ -58,36 +58,6 @@ const APPS_DATA = {
58
58
"hint": "갤러리 바로가기",
59
59
"hintEn": "Open Gallery"
60
60
},
61
-
{
62
-
"id": "cs-visualizer",
63
-
"name": "CS Visualizer",
64
-
"url": "https://m1zz.github.io/cs-visualizer/",
65
-
"type": "row",
66
-
"badge": "Education · 14 Chapters",
67
-
"badgeColor": "blue",
68
-
"gradient": "135deg,#4a9eff,#2563eb",
69
-
"icon": "💻",
70
-
"desc": "이진수부터 고급 알고리즘까지 — 컴퓨터 공학 핵심 개념을 인터랙티브 시각화로 체험. 전공 배경 없이도 접근 가능한 14개 챕터.",
71
-
"descEn": "From binary to advanced algorithms — experience core CS concepts through interactive visualization. 14 chapters accessible without a CS background.",
72
-
"hint": "CS 시각화 바로가기",
73
-
"hintEn": "Open Visualizer"
74
-
},
75
-
{
76
-
"id": "ios-arch-lab",
77
-
"name": "iOSArchLab",
78
-
"url": "https://m1zz.github.io/iOSArchLab",
79
-
"type": "row",
80
-
"badge": "Architecture · iOS",
81
-
"badgeColor": "purple",
82
-
"gradient": "135deg,#a78bfa,#7c3aed",
83
-
"icon": "🏛️",
84
-
"desc": "iOS 앱 아키텍처 패턴을 실습으로 배우는 학습 플랫폼. MVC, MVVM, TCA 등 다양한 아키텍처를 코드로 비교하며 익힌다.",
85
-
"descEn": "A hands-on learning platform for iOS app architecture patterns. Compare MVC, MVVM, TCA, and more through working code examples.",
86
-
"hint": "iOSArchLab 바로가기",
87
-
"hintEn": "Open iOSArchLab"
88
-
}
89
-
],
90
-
"toolProjects": [
91
61
{
92
62
"id": "mentee-quiz",
93
63
"name": "학습 유형 진단",
@@ -130,6 +100,34 @@ const APPS_DATA = {
130
100
"descEn": "Interactively explore customer problems and solutions across Korea's industry ecosystem. 13 sectors visualized as forward/reverse trees and network graphs.",
131
101
"hint": "탐색기 바로가기",
132
102
"hintEn": "Open Explorer"
103
+
},
104
+
{
105
+
"id": "cs-visualizer",
106
+
"name": "CS Visualizer",
107
+
"url": "https://m1zz.github.io/cs-visualizer/",
108
+
"type": "row",
109
+
"badge": "Education · 14 Chapters",
110
+
"badgeColor": "blue",
111
+
"gradient": "135deg,#4a9eff,#2563eb",
112
+
"icon": "💻",
113
+
"desc": "이진수부터 고급 알고리즘까지 — 컴퓨터 공학 핵심 개념을 인터랙티브 시각화로 체험. 전공 배경 없이도 접근 가능한 14개 챕터.",
114
+
"descEn": "From binary to advanced algorithms — experience core CS concepts through interactive visualization. 14 chapters accessible without a CS background.",
115
+
"hint": "CS 시각화 바로가기",
116
+
"hintEn": "Open Visualizer"
117
+
},
118
+
{
119
+
"id": "ios-arch-lab",
120
+
"name": "iOSArchLab",
121
+
"url": "https://m1zz.github.io/iOSArchLab",
122
+
"type": "row",
123
+
"badge": "Architecture · iOS",
124
+
"badgeColor": "purple",
125
+
"gradient": "135deg,#a78bfa,#7c3aed",
126
+
"icon": "🏛️",
127
+
"desc": "iOS 앱 아키텍처 패턴을 실습으로 배우는 학습 플랫폼. MVC, MVVM, TCA 등 다양한 아키텍처를 코드로 비교하며 익힌다.",
128
+
"descEn": "A hands-on learning platform for iOS app architecture patterns. Compare MVC, MVVM, TCA, and more through working code examples.",
0 commit comments