-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.json
120 lines (120 loc) · 3.26 KB
/
courses.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"courses": [
{
"id": 1,
"cover": "https://img-b.udemycdn.com/course/240x135/394676_ce3d_5.jpg",
"title": "2020 Complete Python Bootcamp: From Zero to Hero in Python",
"author": "Jose Portilla",
"stars": 4.6,
"reviews": 321548,
"price": 18.99,
"fullPrice": 129.99
},
{
"id": 2,
"cover": "https://img-a.udemycdn.com/course/240x135/2346944_406d.jpg",
"title": "Deep Reinforcement Learning 2.0",
"author": "Hadelin de Ponteves",
"stars": 4.3,
"reviews": 509,
"price": 19.99,
"fullPrice": 139.99
},
{
"id": 3,
"cover": "https://img-b.udemycdn.com/course/240x135/793796_0e89.jpg",
"title": "Microsoft Excel - Excel from Beginner to Advanced",
"author": "Kyle Pew, Office Newb LLC",
"stars": 4.6,
"reviews": 170234,
"price": 18.99,
"fullPrice": 129.99
},
{
"id": 4,
"cover": "https://img-a.udemycdn.com/course/240x135/914296_3670_8.jpg",
"title": "The Complete Digital Marketing Course - 12 Courses in 1",
"author": "Rob Percival, Daragh Walsh",
"stars": 4.4,
"reviews": 118197,
"price": 20.99,
"fullPrice": 149.99
},
{
"id": 5,
"cover": "https://img-a.udemycdn.com/course/240x135/1576854_9aeb.jpg",
"title": "Beginning C++ Programming - From Beginner to Beyond",
"author": "Frank Mitropoulos",
"stars": 4.6,
"reviews": 29990,
"price": 19.99,
"fullPrice": 139.99
},
{
"id": 6,
"cover": "https://img-a.udemycdn.com/course/240x135/1643044_e281.jpg",
"title": "Graphic Design Masterclass - Learn GREAT Design",
"author": "Lindsay Marsh",
"stars": 4.6,
"reviews": 16826,
"price": 18.99,
"fullPrice": 129.99
}
],
"instructors": [
{
"id": 1,
"picture": "https://img-b.udemycdn.com/user/75x75/9685726_67e7_4.jpg",
"name": "Jose Portilla",
"topics": "Python, Machine Learning",
"rating": 4.6,
"students": 1976978,
"courses": 30
},
{
"id": 2,
"picture": "https://img-b.udemycdn.com/user/75x75/31334738_a13c_2.jpg",
"name": "Dr. Angela Yu",
"topics": "JavaScript, MongoDB",
"rating": 4.7,
"students": 580523,
"courses": 7
},
{
"id": 3,
"picture": "https://img-a.udemycdn.com/user/75x75/31926668_94e7_6.jpg",
"name": "Maximilian Schwarzmüller",
"topics": "React, React Hooks",
"rating": 4.6,
"students": 1175048,
"courses": 23
},
{
"id": 4,
"picture": "https://img-a.udemycdn.com/user/75x75/5487312_0554.jpg",
"name": "Stephen Grider",
"topics": "React, Redux Framework",
"rating": 4.6,
"students": 670312,
"courses": 26
},
{
"id": 5,
"picture": "https://img-b.udemycdn.com/user/75x75/599932_71aa_5.jpg",
"name": "Tim Buchalka",
"topics": "Python, Java",
"rating": 4.5,
"students": 810292,
"courses": 10
},
{
"id": 6,
"picture": "https://img-a.udemycdn.com/user/75x75/38516954_b11c_3.jpg",
"name": "Andrei Neagoie",
"topics": "JavaScript, Web Development",
"rating": 4.7,
"students": 343648,
"courses": 12
}
]
}