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: ReadMe.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Resources
39
39
-[Understanding REM Units](https://www.sitepoint.com/understanding-and-using-rem-units-in-css/)
40
40
-[A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
41
41
42
-
## 2. Create and Scaffold the Game Page
42
+
## 2. Create and Style the Game Page
43
43
44
44
In this video, we will create the Game Page and display static question and answer information. Eventually, we will load questions from an API, but for now, we will hard code one question so to establish styling.
45
45
@@ -75,15 +75,15 @@ In this video, we will create a Heads Up Display (HUD) for our quiz app. This wi
75
75
76
76
In this video, we will take our HUD one step further by creating a visual progress bar to track the user's progress through the questions.
77
77
78
-
## 7. Create and Scaffold the End Page
78
+
## 7. Create and Style the End Page
79
79
80
80
In this video, we will create our End page where we will display the user's achieved score. This screen will provide a form for saving the score and links for playing again or going home.
In this video, we will save and maintain a high scores array in Local Storage. To do this, we will need to JSON.stringify() and JSON.parse() to convert our high score array to a string and visa versa.
## 10. Fetch API to Load Questions From Local JSON File
106
106
107
107
In this video, we will move our sample questions from a hard coded array to an external .json file. This will help clean up our Game.js file and set ourselves up to request questions from an API in the next video.
108
108
@@ -111,7 +111,7 @@ Resources
111
111
-[How to Use the Fetch API](https://scotch.io/tutorials/how-to-use-the-javascript-fetch-api-to-get-data)
0 commit comments