forked from devchallenges-io/web-project-ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaths.json
More file actions
38 lines (38 loc) · 1.56 KB
/
Copy pathpaths.json
File metadata and controls
38 lines (38 loc) · 1.56 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
[
{
"name": "Responsive Web Developer",
"dcid": 1,
"description": "This path is designed for you to practice HTML, CSS, and basic JavaScript. You can practice with frameworks like Tailwind CSS, Bootstrap,... based on your need.",
"free": 5,
"premium": 3,
"nextChallenge": null,
"slug": "responsive-web-developer"
},
{
"name": "JavaScript Developer",
"dcid": 2,
"description": "In this path, it's not yet recommended to use any Frontend libraries like React, but instead, you should practice the fundamentals of JavaScipt like Document Object Model (DOM), Algorithms, Events, and Fetch API,...",
"free": 5,
"premium": 2,
"nextChallenge": null,
"slug": "javascript-developer"
},
{
"name": "Frontend Developer",
"dcid": 3,
"description": "This path is the place where you practice popular frameworks that are required in almost every Frontend job like React, Vue.js, and Svelte,...",
"free": 5,
"premium": 5,
"nextChallenge": null,
"slug": "frontend-developer"
},
{
"name": "Fullstack Developer",
"dcid": 4,
"description": "In this path, you are expected to implement both the front end and the back end of a website. You can build your own backend services with MEAN Stack (MongoDB, Express.js, AngularJS, Node.js) or tools like Supabse, Firebase,.. to speed up.",
"free": 4,
"premium": 2,
"nextChallenge": null,
"slug": "fullstack-developer"
}
]