-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweeks.json
More file actions
63 lines (62 loc) · 1.93 KB
/
weeks.json
File metadata and controls
63 lines (62 loc) · 1.93 KB
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
[
{
"week": 1,
"path": "BE128/1.Hafta/index.html",
"status": "Tamamlandı",
"status_en": "Completed",
"topic": "Giriş",
"date": "30 Haziran",
"lang": "tr",
"description_tr": "Git kurulumu, proje başlangıcı ve öğrenme süreci planlandı.",
"description_en": "Git setup, project initiation, and learning roadmap were introduced.",
"badgeIcon": "bi-person-workspace"
},
{
"week": 2,
"path": "BE128/2.Hafta/index.html",
"status": "Devam ediyor",
"status_en": "In progress",
"topic": "HTML & CSS",
"date": "07 Temmuz",
"lang": "tr",
"description_tr": "Responsive yapılar ve erişilebilir HTML/CSS örnekleri işlendi.",
"description_en": "Responsive layouts and accessible HTML/CSS examples were explored.",
"badgeIcon": "bi-code-slash"
},
{
"week": 3,
"path": "BE128/3.Hafta/index.html",
"status": "Eksik",
"status_en": "Missing",
"topic": "JavaScript",
"date": "14 Temmuz",
"lang": "tr",
"description_tr": "Değişken tanımlama, DOM işlemleri ve event yönetimi ele alındı.",
"description_en": "Variable declaration, DOM manipulation and event management covered.",
"badgeIcon": "bi-file-earmark-code"
},
{
"week": 4,
"path": "BE128/4.Hafta/index.html",
"status": "Tamamlandı",
"status_en": "Completed",
"topic": "WebAPI",
"date": "21 Temmuz",
"lang": "tr",
"description_tr": "Minimal WebAPI yapısı test edildi, otomasyon scriptleri bağlandı.",
"description_en": "Minimal WebAPI structure was tested and automation scripts integrated.",
"badgeIcon": "bi-hdd-network"
},
{
"week": 5,
"path": "BE128/5.Hafta/index.html",
"status": "Planlanıyor",
"status_en": "Planned",
"topic": "5.Hafta",
"date": "4 Ağustos",
"lang": "tr",
"description_tr": "5.Hafta Günlükleri",
"description_en": "5th Week Entries",
"badgeIcon": "bi-journal-text"
}
]