Skip to content

shinevue/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bible Quiz

You will have 10 verses lined up for you to select the book and chapter. For each question, a correct verse of book as well as chapter, you will score 1 point, and a correct verse of the verse will yield an additional point.

Installation

Install project with npm

  npm install

Run

start the project

  npm start

Build

To build this project run

  npm run build

Setting

To change numbers of chatpters and verses you can use the following files

  src/consts/BooksSetting.json
  src/consts/ChaptersSetting.json
  src/consts/VersesSetting.json