-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlesson-list.json
More file actions
778 lines (752 loc) · 21.3 KB
/
Copy pathlesson-list.json
File metadata and controls
778 lines (752 loc) · 21.3 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
[
{
"title": "What is devchallenges.io?",
"path": "1-fundamentals/1-introduction/1-what-is-devchallenges.md",
"slug": "1-fundamentals/what-is-devchallenges",
"group": "Introduction",
"type": "lesson"
},
{
"title": "Where to get help?",
"path": "1-fundamentals/1-introduction/2-where-to-get-help.md",
"slug": "1-fundamentals/where-to-get-help",
"group": "Introduction",
"type": "lesson"
},
{
"title": "Visual Studio Code Introduction",
"path": "1-fundamentals/2-code-editor/1-vscode-introduction.md",
"slug": "1-fundamentals/visual-studio-code-introduction",
"group": "Code Editor",
"type": "lesson"
},
{
"title": "Command Line Basics",
"path": "1-fundamentals/3-command-lines/1-command-line-basics.md",
"slug": "1-fundamentals/command-line-basics",
"group": "Command Line",
"type": "lesson"
},
{
"title": "Introduction to Git and Github",
"path": "1-fundamentals/4-git-github/1-introduction-to-git-and-github.md",
"slug": "1-fundamentals/introduction-to-git-and-github",
"group": "Git and Github",
"type": "lesson"
},
{
"title": "Writing good commit messages",
"path": "1-fundamentals/4-git-github/2-writing-good-commits.md",
"slug": "1-fundamentals/writing-good-commit-messages",
"group": "Git and Github",
"type": "lesson"
},
{
"title": "Free Hosting for Web Projects",
"path": "1-fundamentals/5-hosting/1-free-hosting-web-projects.md",
"slug": "1-fundamentals/free-hosting-for-web-projects",
"group": "Hosting",
"type": "lesson"
},
{
"title": "Introduction to HTML and CSS",
"path": "2-responsive-web/1-html-css/1-introduction-to-html-css.md",
"slug": "2-responsive-web/introduction-to-html-and-css",
"group": "HTML/CSS Fundamentals",
"type": "lesson"
},
{
"title": "Essential HTML Cheat Sheet",
"path": "2-responsive-web/1-html-css/2.1-html-cheatsheet.md",
"slug": "2-responsive-web/html-cheat-sheet",
"group": "HTML/CSS Fundamentals",
"type": "lesson"
},
{
"title": "Essential CSS Cheat Sheet",
"path": "2-responsive-web/1-html-css/2.2-css-essential-cheatsheet.md",
"slug": "2-responsive-web/css-essential-cheat-sheet",
"group": "HTML/CSS Fundamentals",
"type": "lesson"
},
{
"title": "Simple Frequently Asked Questions",
"path": "2-responsive-web",
"slug": "challenge/simple-faq-challenge",
"group": "HTML/CSS Fundamentals",
"type": "challenge",
"challenge_id": 62
},
{
"title": "Minimal Blog Card",
"path": "2-responsive-web",
"slug": "challenge/minimal-blog-card",
"group": "HTML/CSS Fundamentals",
"type": "challenge",
"challenge_id": 27
},
{
"title": "Join Our Newsletter",
"path": "2-responsive-web",
"slug": "challenge/join-our-newsletter",
"group": "HTML/CSS Fundamentals",
"type": "challenge",
"challenge_id": 63
},
{
"title": "CSS Units",
"path": "2-responsive-web/1-html-css/6-css-unit.md",
"slug": "2-responsive-web/css-units",
"group": "Basic Layout and Flexbox",
"type": "lesson"
},
{
"title": "CSS Flexbox",
"path": "2-responsive-web/1-html-css/3-flexbox.md",
"slug": "2-responsive-web/css-flexbox",
"group": "Basic Layout and Flexbox",
"type": "lesson"
},
{
"title": "CSS Positioning",
"path": "2-responsive-web/1-html-css/5-css-position.md",
"slug": "2-responsive-web/css-positioning",
"group": "Basic Layout and Flexbox",
"type": "lesson"
},
{
"title": "Simple Article Listing",
"path": "2-responsive-web",
"slug": "challenge/simple-article-listing",
"group": "Basic Layout and Flexbox",
"type": "challenge",
"challenge_id": 64
},
{
"title": "Testimonial Page",
"path": "2-responsive-web",
"slug": "challenge/testimonial-page",
"group": "Basic Layout and Flexbox",
"type": "challenge",
"challenge_id": 29
},
{
"title": "Business Blog Card",
"path": "2-responsive-web",
"slug": "challenge/business-blog-card",
"group": "Basic Layout and Flexbox",
"type": "challenge",
"challenge_id": 28
},
{
"title": "Simple Feature Section",
"path": "2-responsive-web",
"slug": "challenge/simple-feature-section-challenge",
"group": "Basic Layout and Flexbox",
"type": "challenge",
"challenge_id": 65
},
{
"title": "CSS Grid",
"path": "2-responsive-web/1-html-css/4-grid.md",
"slug": "2-responsive-web/css-grid",
"group": "Grid Layout",
"type": "lesson"
},
{
"title": "Simple Product Page",
"path": "2-responsive-web",
"slug": "challenge/simple-product-page-challenge",
"group": "Grid Layout",
"type": "challenge",
"challenge_id": 66
},
{
"title": "Bento Box Layout Feature Section",
"path": "2-responsive-web",
"slug": "challenge/bento-box-layout-challenge",
"group": "Grid Layout",
"type": "challenge",
"challenge_id": 68
},
{
"title": "Meet the Team Section",
"path": "2-responsive-web",
"slug": "challenge/meet-the-team-section-challenge",
"group": "Grid Layout",
"type": "challenge",
"challenge_id": 69
},
{
"title": "Responsive Design",
"path": "2-responsive-web/1-html-css/11-css-responsive-design.md",
"slug": "2-responsive-web/responsive-design",
"group": "Responsive Design",
"type": "lesson"
},
{
"title": "Process Page",
"path": "2-responsive-web",
"slug": "challenge/process-page",
"group": "Responsive Design",
"type": "challenge",
"challenge_id": 30
},
{
"title": "Simple Homepage - Alarado",
"path": "2-responsive-web",
"slug": "challenge/simple-hompage-alarado",
"group": "Responsive Design",
"type": "challenge",
"challenge_id": 33
},
{
"title": "Pricing Table",
"path": "2-responsive-web",
"slug": "challenge/pricing-table-section-challenge",
"group": "Responsive Design",
"type": "challenge",
"challenge_id": 70
},
{
"title": "CSS Functions",
"path": "2-responsive-web/1-html-css/7-css-functions.md",
"slug": "2-responsive-web/css-functions",
"group": "Advanced CSS Features",
"type": "lesson"
},
{
"title": "CSS Custom Properties",
"path": "2-responsive-web/1-html-css/8-css-custom-properties.md",
"slug": "2-responsive-web/css-custom-properties",
"group": "Advanced CSS Features",
"type": "lesson"
},
{
"title": "CSS Advanced Selectors",
"path": "2-responsive-web/1-html-css/9-css-advanced-selectors.md",
"slug": "2-responsive-web/css-advanced-selectors",
"group": "Advanced CSS Features",
"type": "lesson"
},
{
"title": "CSS Animation",
"path": "2-responsive-web/1-html-css/10-css-animation.md",
"slug": "2-responsive-web/css-animation",
"group": "Advanced CSS Features",
"type": "lesson"
},
{
"title": "Simple Homepage - Echoplex",
"path": "2-responsive-web",
"slug": "challenge/simple-homepage-challenge-echoplex",
"group": "Advanced CSS Features",
"type": "challenge",
"challenge_id": 67
},
{
"title": "Advanced Homepage - Hufie",
"path": "2-responsive-web",
"slug": "challenge/advanced-homepage-huffie",
"group": "Advanced CSS Features",
"type": "challenge",
"challenge_id": 34
},
{
"title": "Bank Dashboard - HBank",
"path": "2-responsive-web",
"slug": "challenge/bank-dashboard-challenge-hbank",
"group": "Advanced CSS Features",
"type": "challenge",
"challenge_id": 71
},
{
"title": "Basic Form and Form Validation",
"path": "2-responsive-web/1-html-css/12-form-form-validation.md",
"slug": "2-responsive-web/form-and-form-validation",
"group": "Forms and Validation",
"type": "lesson"
},
{
"title": "Contact Page",
"path": "2-responsive-web",
"slug": "challenge/contact-page",
"group": "Forms and Validation",
"type": "challenge",
"challenge_id": 31
},
{
"title": "Device Shop Checkout",
"path": "2-responsive-web",
"slug": "challenge/apple-shop-checkout-page-challenge",
"group": "Forms and Validation",
"type": "challenge",
"challenge_id": 72
},
{
"title": "Subscription Checkout",
"path": "2-responsive-web",
"slug": "challenge/subscription-checkout-page-challenge",
"group": "Forms and Validation",
"type": "challenge",
"challenge_id": 73
},
{
"title": "Accessibility",
"path": "2-responsive-web/1-html-css/13-accessibility.md",
"slug": "2-responsive-web/accessibility",
"group": "Accessibility",
"type": "lesson"
},
{
"title": "Introduction to JavaScript",
"path": "3-javascript/1-javascript/1-introduction-to-javascript.md",
"slug": "3-javascript/introduction-to-javascript",
"group": "JavaScript Basics",
"type": "lesson"
},
{
"title": "JavaScript Variables and Data Types",
"path": "3-javascript/1-javascript/2-js-variables.md",
"slug": "3-javascript/javascript-variables-and-data-types",
"group": "JavaScript Basics",
"type": "lesson"
},
{
"title": "JavaScript Functions",
"path": "3-javascript/1-javascript/3-js-functions.md",
"slug": "3-javascript/javascript-functions",
"group": "JavaScript Basics",
"type": "lesson"
},
{
"title": "JavaScript Arrays",
"path": "3-javascript/1-javascript/4-js-array.md",
"slug": "3-javascript/javascript-arrays",
"group": "JavaScript Basics",
"type": "lesson"
},
{
"title": "JavaScript Objects",
"path": "3-javascript/1-javascript/5-js-advanced-object.md",
"slug": "3-javascript/javascript-objects",
"group": "JavaScript Basics",
"type": "lesson"
},
{
"title": "Flip The Coin",
"path": "3-javascript",
"slug": "challenge/flip-the-coin",
"group": "JavaScript Basics",
"type": "challenge",
"challenge_id": 74
},
{
"title": "JavaScript DOM and Events",
"path": "3-javascript/1-javascript/1.1-js-dom-and-events.md",
"slug": "3-javascript/javascript-dom-and-events",
"group": "DOM and Events",
"type": "lesson"
},
{
"title": "FAQ Page",
"path": "3-javascript",
"slug": "challenge/faq-page",
"group": "DOM and Events",
"type": "challenge",
"challenge_id": 32
},
{
"title": "Multi-step Register Form",
"path": "3-javascript",
"slug": "challenge/multi-step-register-form",
"group": "DOM and Events",
"type": "challenge",
"challenge_id": 35
},
{
"title": "JavaScript Conditionals",
"path": "3-javascript/1-javascript/6-js-conditionals.md",
"slug": "3-javascript/javascript-conditionals",
"group": "Control Flow",
"type": "lesson"
},
{
"title": "JavaScript Loops",
"path": "3-javascript/1-javascript/7-js-loops.md",
"slug": "3-javascript/javascript-loops",
"group": "Control Flow",
"type": "lesson"
},
{
"title": "Guess The Word Game",
"path": "3-javascript",
"slug": "challenge/guess-the-word",
"group": "Control Flow",
"type": "challenge",
"challenge_id": 37
},
{
"title": "Music Player",
"path": "3-javascript",
"slug": "challenge/music-player",
"group": "Control Flow",
"type": "challenge",
"challenge_id": 36
},
{
"title": "JavaScript Storing Data in Browser",
"path": "3-javascript/1-javascript/16-storing-data-browser.md",
"slug": "3-javascript/javascript-storing-data-in-browser",
"group": "Data Management",
"type": "lesson"
},
{
"title": "JavaScript Modules Basics",
"path": "3-javascript/1-javascript/8-js-modules-basics.md",
"slug": "3-javascript/javascript-modules-basics",
"group": "Data Management",
"type": "lesson"
},
{
"title": "JavaScript Async and API",
"path": "3-javascript/1-javascript/12-async-and-api.md",
"slug": "3-javascript/javascript-async-and-api",
"group": "Asynchronous Programming",
"type": "lesson"
},
{
"title": "Random Quote",
"path": "3-javascript",
"slug": "challenge/random-quote",
"group": "Asynchronous Programming",
"type": "challenge",
"challenge_id": 38
},
{
"title": "Movie Search App",
"path": "3-javascript",
"slug": "challenge/movie-search-app",
"group": "Asynchronous Programming",
"type": "challenge",
"challenge_id": 40
},
{
"title": "JavaScript Regular Expressions",
"path": "3-javascript/1-javascript/15-regex.md",
"slug": "3-javascript/javascript-regular-expressions",
"group": "Advanced Concepts",
"type": "lesson"
},
{
"title": "JavaScript Recursion",
"path": "3-javascript/1-javascript/9-js-recursion.md",
"slug": "3-javascript/javascript-recursion",
"group": "Advanced Concepts",
"type": "lesson"
},
{
"title": "JavaScript Scope and Closures",
"path": "3-javascript/1-javascript/11-js-scope-closures.md",
"slug": "3-javascript/javascript-scope-and-closures",
"group": "Advanced Concepts",
"type": "lesson"
},
{
"title": "Basic Text To Speech",
"path": "3-javascript",
"slug": "challenge/basic-text-to-speech",
"group": "Advanced Concepts",
"type": "challenge",
"challenge_id": 39
},
{
"title": "JavaScript Functional Programming",
"path": "3-javascript/1-javascript/13-functional-programming.md",
"slug": "3-javascript/javascript-functional-programming",
"group": "Programming Paradigms",
"type": "lesson"
},
{
"title": "JavaScript OOP Concepts",
"path": "3-javascript/1-javascript/14-oop.md",
"slug": "3-javascript/javascript-oop-concepts",
"group": "Programming Paradigms",
"type": "lesson"
},
{
"title": "Introduction to TypeScript",
"path": "3-javascript/2-typescript/1-introduction-to-typescript.md",
"slug": "3-javascript/introduction-to-typescript",
"group": "TypeScript",
"type": "lesson"
},
{
"title": "TypeScript OOP Concepts",
"path": "3-javascript/2-typescript/2-oop-in-typescript.md",
"slug": "3-javascript/typescript-oop-concepts",
"group": "TypeScript",
"type": "lesson"
},
{
"title": "TypeScript Generics",
"path": "3-javascript/2-typescript/3-typescript-generics.md",
"slug": "3-javascript/typescript-generics",
"group": "TypeScript",
"type": "lesson"
},
{
"title": "TypeScript Modules",
"path": "3-javascript/2-typescript/4-typescript-modules.md",
"slug": "3-javascript/typescript-modules",
"group": "TypeScript",
"type": "lesson"
},
{
"title": "TypeScript Decorators",
"path": "3-javascript/2-typescript/5-typescript-decorators.md",
"slug": "3-javascript/typescript-decorators",
"group": "TypeScript",
"type": "lesson"
},
{
"title": "TypeScript Advanced Concepts",
"path": "3-javascript/2-typescript/6-advanced-typescript-concept.md",
"slug": "3-javascript/typescript-advanced-concepts",
"group": "TypeScript",
"type": "lesson"
},
{
"title": "Introduction to React",
"path": "4-frontend-libraries/1-react.js/1-introduction-to-react.md",
"slug": "4-frontend-libraries/introduction-to-react",
"group": "React Fundamentals",
"type": "lesson"
},
{
"title": "Setting Up React",
"path": "4-frontend-libraries/1-react.js/2-setting-up-react.md",
"slug": "4-frontend-libraries/setting-up-react",
"group": "React Fundamentals",
"type": "lesson"
},
{
"title": "JSX in React",
"path": "4-frontend-libraries/1-react.js/3-master-jsx-in-react.md",
"slug": "4-frontend-libraries/jsx-in-react",
"group": "React Fundamentals",
"type": "lesson"
},
{
"title": "React Components",
"path": "4-frontend-libraries/1-react.js/4-react-components.md",
"slug": "4-frontend-libraries/react-components",
"group": "React Fundamentals",
"type": "lesson"
},
{
"challenge_id": 45,
"title": "Simple Coffee Listing",
"path": "4-frontend-libraries",
"slug": "challenge/simple-coffee-listing",
"group": "React Fundamentals",
"type": "challenge"
},
{
"challenge_id": 46,
"title": "Property Listing",
"path": "4-frontend-libraries",
"slug": "challenge/property-listing",
"group": "React Fundamentals",
"type": "challenge"
},
{
"title": "React State Management",
"path": "4-frontend-libraries/1-react.js/5-state-management.md",
"slug": "4-frontend-libraries/react-state-management",
"group": "React State and Effects",
"type": "lesson"
},
{
"title": "Side Effects in React",
"path": "4-frontend-libraries/1-react.js/6-side-effect-lifecycle.md",
"slug": "4-frontend-libraries/side-effects-in-react",
"group": "React State and Effects",
"type": "lesson"
},
{
"challenge_id": 42,
"title": "GitHub Profile",
"slug": "challenge/github-profile",
"path": "4-frontend-libraries",
"group": "React State and Effects",
"type": "challenge"
},
{
"challenge_id": 48,
"title": "Recipe page - HomeChef",
"slug": "challenge/recipe-page-homechef",
"path": "4-frontend-libraries",
"group": "React State and Effects",
"type": "challenge"
},
{
"challenge_id": 52,
"title": "Weather App",
"slug": "challenge/weather-app",
"path": "4-frontend-libraries",
"group": "React State and Effects",
"type": "challenge"
},
{
"title": "React Router",
"path": "4-frontend-libraries/1-react.js/7-react-router.md",
"slug": "4-frontend-libraries/react-router",
"group": "React Routing and Context",
"type": "lesson"
},
{
"title": "Context API",
"path": "4-frontend-libraries/1-react.js/8-context-api.md",
"slug": "4-frontend-libraries/context-api",
"group": "React Routing and Context",
"type": "lesson"
},
{
"challenge_id": 49,
"title": "Country Page - WorldRanks",
"slug": "challenge/country-page",
"path": "4-frontend-libraries",
"group": "React Routing and Context",
"type": "challenge"
},
{
"challenge_id": 50,
"title": "Country Quiz",
"slug": "challenge/country-quizz",
"path": "4-frontend-libraries",
"group": "React Routing and Context",
"type": "challenge"
},
{
"title": "React Hooks in Depth",
"path": "4-frontend-libraries/1-react.js/9-react-hook-deep-dive.md",
"slug": "4-frontend-libraries/react-hook-deep-dive",
"group": "React Hooks and Patterns",
"type": "lesson"
},
{
"title": "Custom Hooks",
"path": "4-frontend-libraries/1-react.js/intermediate/1-custom-hook.md",
"slug": "4-frontend-libraries/custom-hooks",
"group": "React Hooks and Patterns",
"type": "lesson"
},
{
"title": "React Patterns",
"path": "4-frontend-libraries/1-react.js/intermediate/2-react-patterns.md",
"slug": "4-frontend-libraries/react-patterns",
"group": "React Hooks and Patterns",
"type": "lesson"
},
{
"challenge_id": 47,
"title": "Translate app",
"slug": "challenge/translate-app",
"path": "4-frontend-libraries",
"group": "React Hooks and Patterns",
"type": "challenge"
},
{
"challenge_id": 54,
"title": "Task Manager App",
"slug": "challenge/task-manager-app",
"path": "4-frontend-libraries",
"group": "React Hooks and Patterns",
"type": "challenge"
},
{
"title": "Error Boundaries",
"path": "4-frontend-libraries/1-react.js/10-error-boundaries.md",
"slug": "4-frontend-libraries/error-boundaries",
"group": "React Advanced Features",
"type": "lesson"
},
{
"title": "React Performance Optimization",
"path": "4-frontend-libraries/1-react.js/intermediate/3-performance-optimization.md",
"slug": "4-frontend-libraries/react-performance-optimization",
"group": "React Advanced Features",
"type": "lesson"
},
{
"challenge_id": 51,
"title": "AI Chatbot - simplechat.ai",
"slug": "challenge/ai-chat-bot",
"path": "4-frontend-libraries",
"group": "React Advanced Features",
"type": "challenge"
},
{
"title": "React 19 New Features",
"path": "4-frontend-libraries/1-react.js/intermediate/4-react-19-new-features.md",
"slug": "4-frontend-libraries/react-19-new-features",
"group": "React More Features",
"type": "lesson"
},
{
"title": "React Server Components",
"path": "4-frontend-libraries/1-react.js/intermediate/5-react-server-components.md",
"slug": "4-frontend-libraries/react-server-components",
"group": "React More Features",
"type": "lesson"
},
{
"challenge_id": 56,
"title": "Code Sharing App",
"slug": "challenge/code-shraing-app-note-code",
"path": "5-fullstack",
"group": "Fullstack",
"type": "challenge"
},
{
"challenge_id": 57,
"title": "Simple Image Uploader",
"slug": "challenge/image-upload-app",
"path": "5-fullstack",
"group": "Fullstack",
"type": "challenge"
},
{
"challenge_id": 58,
"title": "My Task Board",
"slug": "challenge/my-task-board-app",
"path": "5-fullstack",
"group": "Fullstack",
"type": "challenge"
},
{
"challenge_id": 59,
"title": "Unsplash Collection",
"slug": "challenge/unsplash-collection",
"path": "5-fullstack",
"group": "Fullstack",
"type": "challenge"
},
{
"challenge_id": 60,
"title": "AI Image Generator",
"slug": "challenge/ai-image-generator",
"path": "5-fullstack",
"group": "Fullstack",
"type": "challenge"
},
{
"challenge_id": 61,
"title": "User Portfolio Management",
"slug": "challenge/user-portfolio-management",
"path": "5-fullstack",
"group": "Fullstack",
"type": "challenge"
}
]