-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (230 loc) · 16.1 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Catch Of The Day Progress</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="amber lighten-5">
<div>
<div class="container">
<div class="card-panel blue-grey lighten-5">
<h1>Catch of the Day Tutorial -- Wes Bos</h1>
<div class="divider"></div>
<div class="section">
<p>
This page exists simply to document my learning progress through Wes Bos' tutorial "Catch of the Day". As I complete videos,
I'll mark the video finished below!
</p>
<p>If you want to do the course yourself, you can purchase it
<a href="https://reactforbeginners.com/">here</a>!</p>
<div id="status"></div>
<div class="progress" style="height: 15px;">
<div class="determinate" style="background-color: green"></div>
</div>
<a href="https://github.com/andrewowen/catch-of-the-day" class="btn btn-default">
< Back to Github</a>
</div>
<div class="divider"></div>
<div class="section">
<div class="row">
<div class="col s12">
<div class="collection">
<div class="collection-item pulse">
<span class="valign">1. Introduction, Tooling, and Setup</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">2. Thinking & Understanding React Components</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">3. Creating our First Components</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">4. Writing HTML with JSX</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">5. Loading React into our React Application</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">6. Creating our application layout with components</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">7. Passing Dynamic data with props</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">8. Stateless Functional Components</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">9. Routing with React Router</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">10. Helper and Utility Functions</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">11. Working with React Events</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">12. All about React Router</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">13. Understanding State</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">14. Loading data into state onCLick</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">15. Displaying State with JSX</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">16. Updating Order State</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">17. Displaying Order State with JSX</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">18. Persisting our State with Firebase</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">19. Persisting Order State with localstorage</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">20. Bi-directional Date Flow and Live State Editing</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">21. Removing Items from State</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">22. Animating React Components</span>
<span class="badge hide-on-small-only green white-text lighten-2">Done!</span>
<span class="hide-on-med-and-up" style="float: right">
<i class="small material-icons" style="color: #81C784">beenhere</i>
</span>
</div>
<div class="collection-item pulse">
<span class="valign">23. Component Validation with PropTypes</span>
</div>
<div class="collection-item pulse">
<span class="valign">24. Authentication</span>
</div>
<div class="collection-item pulse">
<span class="valign">25. Building React for Production</span>
</div>
<div class="collection-item pulse">
<span class="valign">26. Deploying to now.sh</span>
</div>
<div class="collection-item pulse">
<span class="valign">27. Deploying to GitHub Pages</span>
</div>
<div class="collection-item pulse">
<span class="valign">28. Deploying to an Apache Server</span>
</div>
<div class="collection-item pulse">
<span class="valign">29. Future React Today - Property Initilizers and getting rid of .bind()</span>
</div>
<div class="collection-item pulse">
<span class="valign">30. Ejecting from create-react-app</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
var listDone = document.getElementsByClassName("badge hide-on-small-only")
var progressBar = document.getElementsByClassName("determinate")[0];
var progress = listDone.length / 30 * 100
progressBar.style.width = listDone.length / 30 * 100 + "%"
const statusText = document.getElementById("status");
statusText.innerHTML = `So far, I've completed <b>${progress.toFixed(0)}%</b> of the course`
</script>
</html>