Skip to content

page-source/react-javascript-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-ES6 based Javascript Quiz

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.

##There is no interactivity yet on this app in this version. As we move along, we'll add the interactivity to this project.

#Setup

First, fork this gist to your own account by clicking the fork symbol in the upper right.

Then copy the clone URL to your clipboard.

Assuming you'll have Node already installed, go with following commands and you'll be good to go:

  1. npm install //to install all the dependencies

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

Then analyse the code and enhance the quiz