https://github.com/shinevue/quiz
https://github.com/shinevue/quiz
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shinevue/quiz
- Owner: shinevue
- Created: 2024-06-27T13:13:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T13:05:30.000Z (12 months ago)
- Last Synced: 2024-11-17T02:35:34.779Z (7 months ago)
- Language: JavaScript
- Homepage: https://quiz-teal-one.vercel.app/
- Size: 1.08 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
## Runstart 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
```