You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/041-044-react/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,15 @@ Remember to use [create-react-app](https://github.com/facebook/create-react-app)
23
23
24
24
## Day 3
25
25
26
-
Continuing with videos 11-19 we are going to learn more about state in React apps and the ideal way to demo this is by building a game ([the React tutorial](https://reactjs.org/tutorial/tutorial.html) also teaches by building a game!).
26
+
Continuing with videos 11-17 we are going to learn more about state in React apps and the ideal way to demo this is by building a game ([the React tutorial](https://reactjs.org/tutorial/tutorial.html) also teaches by building a game!).
27
27
28
28
When I was learning Java I made a hangman variant called [Free Monkey](https://play.google.com/store/apps/details?id=com.bobbelderbos.freemonkey&hl=pa) and today I will demo a simplified version using React.
29
29
30
30
You can check out the demo code [here](demo/freemonkey).
31
31
32
32
## Day 4
33
33
34
-
Accompanying video 20: it's time again to put into practice what you've learned yesterday. Can you build a simple game using React?
34
+
Accompanying video 18: it's time again to put into practice what you've learned yesterday. Can you build a simple game using React?
35
35
36
36
If this still feels intimidating at this point I encourage you to just go through [the code of this lesson](demo/freemonkey) and/or the tic-tac-toe game of the [Intro to React tutorial](https://reactjs.org/tutorial/tutorial.html).
0 commit comments