Skip to content

Commit 5a32a2a

Browse files
authored
Updates to README
1 parent 2183702 commit 5a32a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
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.
44

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-
75
#Setup
86

97
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'
1614

1715
2. npm start --watch //to start the server
1816

17+
##We have added intractivity to this app and all questions are fetched from an external file
18+
1919

2020
## Then analyse the code and enhance the quiz
2121

0 commit comments

Comments
 (0)