-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathData.json
More file actions
72 lines (72 loc) · 2.53 KB
/
Data.json
File metadata and controls
72 lines (72 loc) · 2.53 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
64
65
66
67
68
69
70
71
72
[
{
"id": 1,
"title": "How To Make An App for Beginners 2021 / SwiftUI - Lesson 1",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%201.mp4",
},
{
"id": 2,
"title": "How To Make An App - Xcode Tutorial (SwiftUI)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%202.mp4",
},
{
"id": 3,
"title": "Build User Interfaces with SwiftUI - Lesson 3 (How To Make An App)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%203.mp4",
},
{
"id": 4,
"title": "SwiftUI Essential Views and Containers - Lesson 4 (How To Make An App)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%204.mp4",
},
{
"id": 5,
"title": "How To Make An App - War Card Game UI Construction (Lesson 5)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%205.mp4",
},
{
"id": 6,
"title": "Swift Programming Basics: View Update Lifecycle, Variables and Constants (Lesson 6)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%206.mp4",
},
{
"id": 7,
"title": "Swift Programming Basis: Functions (Lesson 7)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%207.mp4",
},
{
"id": 8,
"title": "Swift Programming Basics: Structures (Lesson 8)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%208.mp4",
},
{
"id": 9,
"title": "Swift Programming Basics: Instances (Lesson 9)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%209.mp4",
},
{
"id": 10,
"title": "SwiftUI Buttons (Lesson 10)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%2010.mp4",
},
{
"id": 11,
"title": "SwiftUI State Properties (Lesson 11 of 14)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%2011.mp4",
},
{
"id": 12,
"title": "SwiftUI Programming - If Statements (Lesson 12 of 14)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%2012.mp4",
},
{
"id": 13,
"title": "Bonus Challenge (Lesson 13)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%2013.mp4",
},
{
"id": 14,
"title": "What's Next? (14 Day SwiftUI Beginner Challenge)",
"url": "https://codewithchris.github.io/Module5Challenge/Lesson%2014.mp4",
}
]