-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtutorials.json
77 lines (77 loc) · 1.98 KB
/
tutorials.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
{
"root": "repos/tutorials",
"sources": [
{
"name": "Instagrammy",
"git": "https://github.com/mRcfps/Instagrammy.git"
},
{
"name": "recipes_app",
"git": "https://github.com/mRcfps/recipes_app.git"
},
{
"name": "vue-online-shop-backend",
"git": "https://github.com/pftom/vue-online-shop-backend"
},
{
"name": "vue-online-shop-frontend",
"git": "https://github.com/pftom/vue-online-shop-frontend.git"
},
{
"name": "react-101",
"git": "https://github.com/pftom/react101.git"
},
{
"name": "react-quickstart-tutorial",
"git": "https://github.com/pftom/react-quickstart-tutorial"
},
{
"name": "django_news",
"git": "https://github.com/mRcfps/django_news.git"
},
{
"name": "express_resume",
"git": "https://github.com/mRcfps/express_resume.git"
},
{
"name": "redux-quickstart-tutorial",
"git": "https://github.com/pftom/redux-quickstart-tutorial.git"
},
{
"name": "nodejs-quickstart",
"git": "https://github.com/mRcfps/nodejs-quickstart.git"
},
{
"name": "ultra-club",
"git": "https://github.com/tuture-dev/ultra-club.git"
},
{
"name": "docker-dream",
"git": "https://github.com/tuture-dev/docker-dream.git"
},
{
"name": "jest-just-go",
"git": "https://github.com/studytoohard/jest-just-go.git"
},
{
"name": "typescript-tea",
"git": "https://github.com/tuture-dev/typescript-tea.git"
},
{
"name": "covid-19-with-hooks",
"git": "https://github.com/tuture-dev/covid-19-with-hooks.git"
},
{
"name": "jd-miniprogram",
"git": "https://github.com/tuture-dev/jd-miniprogram.git"
},
{
"name": "koa-quickstart",
"git": "https://github.com/tuture-dev/koa-quickstart.git"
},
{
"name": "javascript-test-series",
"git": "https://github.com/tuture-dev/javascript-test-series.git"
}
]
}