-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
275 lines (273 loc) · 12.5 KB
/
index.html
File metadata and controls
275 lines (273 loc) · 12.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="title" content="React Bootcamp">
<meta name="description" content="A collection of resources to learn React">
<meta property="og:title" content="React Bootcamp">
<meta property="og:description" content="A collection of resources to learn React">
<meta property="og:type" content="website">
<meta property="og:url" content="https://react-bootcamp.github.io/">
<meta property="og:image" content="https://cdn.worldvectorlogo.com/logos/react-1.svg">
<meta property="og:site_name" content="React Bootcamp">
<link rel="shortcut icon" href="./img/favicon.ico">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/custom.css" media="screen,projection"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>React Bootcamp</title>
</head>
<body>
<div class="container">
<h1 class="center-align">React Bootcamp</h1>
<div class="row">
<h3>Learn React</h3>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img src="https://cdn.worldvectorlogo.com/logos/react-1.svg">
</div>
<div class="card-stacked">
<div class="card-content">
<p>Learn the basics of React with a simple app</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rb-101">
<span><i class="material-icons left">assignment</i> react-101</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img class="rr-pic" src="https://cdn-images-1.medium.com/max/698/1*TKvlTeNqtkp1s-eVB5Hrvg@2x.png">
</div>
<div class="card-stacked">
<div class="card-content">
<p>Learn how to add a Router in your React app</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rb-102">
<span><i class="material-icons left">assignment</i> react-102</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img class="redux-pic" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png">
</div>
<div class="card-stacked">
<div class="card-content">
<p>Learn how to use Redux in your React app</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rb-103">
<span><i class="material-icons left">assignment</i> react-103</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img src="https://cdn.worldvectorlogo.com/logos/react-1.svg">
</div>
<div class="card-stacked">
<div class="card-content">
<p>Learn React, in french</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rb-workshop">
<span><i class="material-icons left">assignment</i> react-workshop</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<h3>Apps</h3>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png">
</div>
<div class="card-stacked">
<div class="card-content">
<p>A static version of the wine app</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rbw-static">
<span><i class="material-icons left">open_in_new</i> react-wines-static</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://github.com/react-bootcamp/static-wines">
<span><i class="material-icons left">code</i> sources</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img src="https://cdn.worldvectorlogo.com/logos/react-1.svg">
</div>
<div class="card-stacked">
<div class="card-content">
<p>A simple React app to manage wines, from <a hre="http://bit.ly/rb-101">react-101</a></p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rbw-101">
<span><i class="material-icons left">open_in_new</i> react-wines-101</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://github.com/react-bootcamp/react-wines-101">
<span><i class="material-icons left">code</i> sources</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img class="rr-pic" src="https://cdn-images-1.medium.com/max/698/1*TKvlTeNqtkp1s-eVB5Hrvg@2x.png">
</div>
<div class="card-stacked">
<div class="card-content">
<p>A simple React app to manage wines with the react-router, from <a hre="http://bit.ly/rb-102">react-102</a></p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rbw-102">
<span><i class="material-icons left">open_in_new</i> react-wines-102</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://github.com/react-bootcamp/react-wines-102">
<span><i class="material-icons left">code</i> sources</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img class="redux-pic" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png">
</div>
<div class="card-stacked">
<div class="card-content">
<p>A simple React app to manage wines with Redux, from <a hre="http://bit.ly/rb-103">react-103</a></p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rbw-103">
<span><i class="material-icons left">open_in_new</i> react-wines-103</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://github.com/react-bootcamp/react-wines-103">
<span><i class="material-icons left">code</i> sources</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img class="rr-pic" src="https://cdn-images-1.medium.com/max/698/1*TKvlTeNqtkp1s-eVB5Hrvg@2x.png">
</div>
<div class="card-stacked">
<div class="card-content">
<p>Implementations for <a hre="http://bit.ly/rb-102">react-102</a> and <a hre="http://bit.ly/rb-103">react-103</a> using react-router v4</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://react-bootcamp.github.io/react-wines-102-bis/">
<span><i class="material-icons left">open_in_new</i> react-wines-102</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://react-bootcamp.github.io/react-wines-103-bis/">
<span><i class="material-icons left">open_in_new</i> react-wines-103</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<h3>APIs</h3>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img style="margin-top: 10px; margin-bottom: 10px;" src="https://wines-api.herokuapp.com/api/wines/chevrol-bel-air/image">
</div>
<div class="card-stacked">
<div class="card-content">
<p>A simple REST API to manage wines</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rbw-api">
<span><i class="material-icons left">open_in_new</i> wines-api</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://github.com/react-bootcamp/wines-api">
<span><i class="material-icons left">code</i> sources</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l12">
<div class="card horizontal">
<div class="card-image">
<img style="margin-top: 10px; margin-bottom: 10px;" src="https://wines-api.herokuapp.com/api/wines/cheval-noir/image">
</div>
<div class="card-stacked">
<div class="card-content">
<p>A GraphQL implementation of the Wine API</p>
</div>
<div class="card-action">
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://bit.ly/rbw-graphql">
<span><i class="material-icons left">open_in_new</i> wines-api-graphql</span>
</a>
<a target="_blank" class="waves-effect waves-teal btn-flat" href="https://github.com/react-bootcamp/wines-api-graphql">
<span><i class="material-icons left">code</i> sources</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86642230-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>