-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.json
101 lines (101 loc) · 3.57 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
[
{
"_id": "5d725a4a7b292f5f8ceff789",
"title": "Front End Web Development",
"description": "This course will provide you with all of the essentials to become a successful frontend web developer. You will learn to master HTML, CSS and front end JavaScript, along with tools like Git, VSCode and front end frameworks like Vue",
"weeks": 8,
"tuition": 8000,
"minimumSkill": "beginner",
"scholarhipsAvailable": true,
"bootcamp": "5d713995b721c3bb38c1f5d0",
"user": "5d7a514b5d2c12c7449be045"
},
{
"_id": "5d725c84c4ded7bcb480eaa0",
"title": "Full Stack Web Development",
"description": "In this course you will learn full stack web development, first learning all about the frontend with HTML/CSS/JS/Vue and then the backend with Node.js/Express/MongoDB",
"weeks": 12,
"tuition": 10000,
"minimumSkill": "intermediate",
"scholarhipsAvailable": true,
"bootcamp": "5d713995b721c3bb38c1f5d0",
"user": "5d7a514b5d2c12c7449be045"
},
{
"_id": "5d725cb9c4ded7bcb480eaa1",
"title": "Full Stack Web Dev",
"description": "In this course you will learn all about the front end with HTML, CSS and JavaScript. You will master tools like Git and Webpack and also learn C# and ASP.NET with Postgres",
"weeks": 10,
"tuition": 12000,
"minimumSkill": "intermediate",
"scholarhipsAvailable": true,
"bootcamp": "5d713a66ec8f2b88b8f830b8",
"user": "5d7a514b5d2c12c7449be046"
},
{
"_id": "5d725cd2c4ded7bcb480eaa2",
"title": "UI/UX",
"description": "In this course you will learn to create beautiful interfaces. It is a mix of design and development to create modern user experiences on both web and mobile",
"weeks": 12,
"tuition": 10000,
"minimumSkill": "intermediate",
"scholarhipsAvailable": true,
"bootcamp": "5d713a66ec8f2b88b8f830b8",
"user": "5d7a514b5d2c12c7449be046"
},
{
"_id": "5d725ce8c4ded7bcb480eaa3",
"title": "Web Design & Development",
"description": "Get started building websites and web apps with HTML/CSS/JavaScript/PHP. We teach you",
"weeks": 10,
"tuition": 9000,
"minimumSkill": "beginner",
"scholarhipsAvailable": true,
"bootcamp": "5d725a037b292f5f8ceff787",
"user": "5c8a1d5b0190b214360dc031"
},
{
"_id": "5d725cfec4ded7bcb480eaa4",
"title": "Data Science Program",
"description": "In this course you will learn Python for data science, machine learning and big data tools",
"weeks": 10,
"tuition": 12000,
"minimumSkill": "intermediate",
"scholarhipsAvailable": false,
"bootcamp": "5d725a037b292f5f8ceff787",
"user": "5c8a1d5b0190b214360dc031"
},
{
"_id": "5d725cfec4ded7bcb480eaa5",
"title": "Web Development",
"description": "This course will teach you how to build high quality web applications with technologies like React, Node.js, PHP & Laravel",
"weeks": 8,
"tuition": 8000,
"minimumSkill": "beginner",
"scholarhipsAvailable": false,
"bootcamp": "5d725a1b7b292f5f8ceff788",
"user": "5c8a1d5b0190b214360dc032"
},
{
"_id": "5d725cfec4ded7bcb480eaa6",
"title": "Software QA",
"description": "This course will teach you everything you need to know about quality assurance",
"weeks": 6,
"tuition": 5000,
"minimumSkill": "intermediate",
"scholarhipsAvailable": false,
"bootcamp": "5d725a1b7b292f5f8ceff788",
"user": "5c8a1d5b0190b214360dc032"
},
{
"_id": "5d725cfec4ded7bcb480eaa7",
"title": "IOS Development",
"description": "Get started building mobile applications for IOS using Swift and other tools",
"weeks": 8,
"tuition": 6000,
"minimumSkill": "intermediate",
"scholarhipsAvailable": false,
"bootcamp": "5d725a1b7b292f5f8ceff788",
"user": "5c8a1d5b0190b214360dc032"
}
]