|
4 | 4 | { |
5 | 5 | 'courseName': 'Python', |
6 | 6 | 'topic': 'Fundamentals', |
7 | | - 'date': '23/Feb', |
| 7 | + 'author': 'freeCodeCamp', |
8 | 8 | 'duration': '1 Hour', |
9 | | - 'price': 'Free' |
| 9 | + 'price': 'Free', |
| 10 | + 'link': 'https://www.youtube.com/watch?v=rfscVS0vtbw', |
| 11 | + 'id': 'rfscVS0vtbw', |
| 12 | + 'img': 'https://i.ytimg.com/vi/rfscVS0vtbw/maxresdefault.jpg' |
10 | 13 | }, |
11 | 14 | { |
12 | 15 | 'courseName': 'Python', |
13 | 16 | 'topic': 'OOPS Model', |
14 | | - 'date': '23/Feb', |
| 17 | + 'author': 'freeCodeCamp', |
15 | 18 | 'duration': '2 Hour', |
16 | | - 'price': 'Free' |
| 19 | + 'price': 'Free', |
| 20 | + 'link': 'https://www.youtube.com/watch?v=Ej_02ICOIgs', |
| 21 | + 'id': 'Ej_02ICOIgs', |
| 22 | + 'img': 'https://i.ytimg.com/vi/Ej_02ICOIgs/maxresdefault.jpg' |
17 | 23 | }, |
18 | 24 | { |
19 | 25 | 'courseName': 'Python', |
20 | 26 | 'topic': 'Data Structures', |
21 | | - 'date': '23/Feb', |
| 27 | + 'author': 'freeCodeCamp', |
22 | 28 | 'duration': '1.6 Hour', |
23 | | - 'price': '$10' |
| 29 | + 'price': 'Free', |
| 30 | + 'link': 'https://www.youtube.com/watch?v=pkYVOmU3MgA', |
| 31 | + 'id': 'pkYVOmU3MgA', |
| 32 | + 'img': 'https://i.ytimg.com/vi/pkYVOmU3MgA/maxresdefault.jpg' |
24 | 33 | } |
25 | 34 | ], |
26 | 35 | 'ReactJS': [ |
27 | 36 | { |
28 | 37 | 'courseName': 'ReactJS', |
29 | 38 | 'topic': 'HTML/CSS', |
30 | | - 'date': '23/Feb', |
| 39 | + 'author': 'freeCodeCamp', |
31 | 40 | 'duration': '1 Hour', |
32 | 41 | 'price': 'Free' |
33 | 42 | }, |
34 | 43 | { |
35 | 44 | 'courseName': 'ReactJS', |
36 | 45 | 'topic': 'JavaScript', |
37 | | - 'date': '23/Feb', |
| 46 | + 'author': 'freeCodeCamp', |
38 | 47 | 'duration': '2 Hour', |
39 | 48 | 'price': 'Free' |
40 | 49 | }, |
41 | 50 | { |
42 | 51 | 'courseName': 'ReactJS', |
43 | 52 | 'topic': 'UI/UX', |
44 | | - 'date': '23/Feb', |
| 53 | + 'author': 'freeCodeCamp', |
45 | 54 | 'duration': '1.6 Hour', |
46 | 55 | 'price': '$10' |
47 | 56 | } |
|
50 | 59 | { |
51 | 60 | 'courseName': 'ML+AI', |
52 | 61 | 'topic': 'Python', |
53 | | - 'date': '23/Feb', |
| 62 | + 'author': 'freeCodeCamp', |
54 | 63 | 'duration': '1 Hour', |
55 | 64 | 'price': 'Free' |
56 | 65 | }, |
57 | 66 | { |
58 | 67 | 'courseName': 'ML+AI', |
59 | 68 | 'topic': 'Advanced Data structures', |
60 | | - 'date': '23/Feb', |
| 69 | + 'author': 'freeCodeCamp', |
61 | 70 | 'duration': '2 Hour', |
62 | 71 | 'price': 'Free' |
63 | 72 | }, |
64 | 73 | { |
65 | 74 | 'courseName': 'ML+AI', |
66 | 75 | 'topic': 'Machine Learning', |
67 | | - 'date': '23/Feb', |
| 76 | + 'author': 'freeCodeCamp', |
68 | 77 | 'duration': '1.6 Hour', |
69 | 78 | 'price': '$10' |
70 | 79 | } |
|
73 | 82 | { |
74 | 83 | 'courseName': 'Java', |
75 | 84 | 'topic': 'Fundamentals', |
76 | | - 'date': '23/Feb', |
| 85 | + 'author': 'freeCodeCamp', |
77 | 86 | 'duration': '1 Hour', |
78 | 87 | 'price': 'Free' |
79 | 88 | }, |
80 | 89 | { |
81 | 90 | 'courseName': 'Java', |
82 | 91 | 'topic': 'OOPS Model', |
83 | | - 'date': '23/Feb', |
| 92 | + 'author': 'freeCodeCamp', |
84 | 93 | 'duration': '2 Hour', |
85 | 94 | 'price': 'Free' |
86 | 95 | }, |
87 | 96 | { |
88 | 97 | 'courseName': 'Java', |
89 | 98 | 'topic': 'Data Structures', |
90 | | - 'date': '23/Feb', |
| 99 | + 'author': 'freeCodeCamp', |
91 | 100 | 'duration': '3 Hour', |
92 | 101 | 'price': 'Free' |
93 | 102 | } |
|
96 | 105 | { |
97 | 106 | 'courseName': 'HTML', |
98 | 107 | 'topic': 'Fundamentals', |
99 | | - 'date': '23/Feb', |
| 108 | + 'author': 'freeCodeCamp', |
100 | 109 | 'duration': '1 Hour', |
101 | 110 | 'price': 'Free' |
102 | 111 | }, |
103 | 112 | { |
104 | 113 | 'courseName': 'HTML', |
105 | 114 | 'topic': 'CSS', |
106 | | - 'date': '23/Feb', |
| 115 | + 'author': 'freeCodeCamp', |
107 | 116 | 'duration': '2 Hour', |
108 | 117 | 'price': 'Free' |
109 | 118 | }, |
110 | 119 | { |
111 | 120 | 'courseName': 'HTML', |
112 | 121 | 'topic': 'Frontend', |
113 | | - 'date': '23/Feb', |
| 122 | + 'author': 'freeCodeCamp', |
114 | 123 | 'duration': '3 Hour', |
115 | 124 | 'price': 'Free' |
116 | 125 | } |
|
119 | 128 | { |
120 | 129 | 'courseName': 'Django', |
121 | 130 | 'topic': 'Fundamentals', |
122 | | - 'date': '23/Feb', |
| 131 | + 'author': 'freeCodeCamp', |
123 | 132 | 'duration': '1 Hour', |
124 | 133 | 'price': 'Free' |
125 | 134 | }, |
126 | 135 | { |
127 | 136 | 'courseName': 'Django', |
128 | 137 | 'topic': 'Python Basics', |
129 | | - 'date': '23/Feb', |
| 138 | + 'author': 'freeCodeCamp', |
130 | 139 | 'duration': '2 Hour', |
131 | 140 | 'price': 'Free' |
132 | 141 | }, |
133 | 142 | { |
134 | 143 | 'courseName': 'Django', |
135 | 144 | 'topic': 'Exploring Django', |
136 | | - 'date': '23/Feb', |
| 145 | + 'author': 'freeCodeCamp', |
137 | 146 | 'duration': '3 Hour', |
138 | 147 | 'price': 'Free' |
139 | 148 | }, |
140 | 149 | { |
141 | 150 | 'courseName': 'Django', |
142 | 151 | 'topic': 'Django Models', |
143 | | - 'date': '23/Feb', |
| 152 | + 'author': 'freeCodeCamp', |
144 | 153 | 'duration': '4 Hour', |
145 | 154 | 'price': 'Free' |
146 | 155 | }, |
147 | 156 | { |
148 | 157 | 'courseName': 'Django', |
149 | 158 | 'topic': 'Django Templates', |
150 | | - 'date': '23/Feb', |
| 159 | + 'author': 'freeCodeCamp', |
151 | 160 | 'duration': '5 Hour', |
152 | 161 | 'price': 'Free' |
153 | 162 | } |
|
156 | 165 | { |
157 | 166 | 'courseName': 'JavaScript', |
158 | 167 | 'topic': 'Fundamentals', |
159 | | - 'date': '23/Feb', |
| 168 | + 'author': 'freeCodeCamp', |
160 | 169 | 'duration': '1 Hour', |
161 | 170 | 'price': 'Free' |
162 | 171 | }, |
163 | 172 | { |
164 | 173 | 'courseName': 'JavaScript', |
165 | 174 | 'topic': 'JS in HTML', |
166 | | - 'date': '23/Feb', |
| 175 | + 'author': 'freeCodeCamp', |
167 | 176 | 'duration': '2 Hour', |
168 | 177 | 'price': 'Free' |
169 | 178 | }, |
170 | 179 | { |
171 | 180 | 'courseName': 'JavaScript', |
172 | 181 | 'topic': 'NodeJS', |
173 | | - 'date': '23/Feb', |
| 182 | + 'author': 'freeCodeCamp', |
174 | 183 | 'duration': '3 Hour', |
175 | 184 | 'price': 'Free' |
176 | 185 | } |
|
0 commit comments