An open API service indexing awesome lists of open source software.

https://github.com/shinevue/quiz


https://github.com/shinevue/quiz

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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

```bash
npm install
```
## Run

start the project

```bash
npm start
```

## Build

To build this project run

```bash
npm run build
```

## Setting

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

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