Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 626 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 626 Bytes

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