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
+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
@@ -2,8 +2,6 @@
2
2
3
3
This gist contains the code to create a simple "javascript quiz" with react & ES6. In this version, you only see the first layout of the app, where you are presented with some questions and their 4 possible answers.
4
4
5
-
##There is no interactivity yet on this app in this version. As we move along, we'll add the interactivity to this project.
6
-
7
5
#Setup
8
6
9
7
First, fork this gist to your own account by clicking the fork symbol in the upper right.
@@ -16,6 +14,8 @@ Assuming you'll have Node already installed, go with following commands and you'
16
14
17
15
2. npm start --watch //to start the server
18
16
17
+
##We have added intractivity to this app and all questions are fetched from an external file
0 commit comments