A scripture memory testing application
Go to file
Richard Wong a279ff0cf3 Fix: fixed VerseValidator border-top dark-mode color 2025-05-13 17:24:42 +08:00
public Feat: added ordering display, and reset button 2025-05-13 17:18:39 +08:00
src Fix: fixed VerseValidator border-top dark-mode color 2025-05-13 17:24:42 +08:00
.eslintrc.cjs feat: created baseline scripture memory application 2023-05-11 18:12:55 +09:00
.gitignore Feat: added field-sizing: content attribute for dynamic size textarea 2024-08-31 00:05:34 +09:00
LICENSE Initial commit 2023-05-11 17:53:03 +09:00
README.md Feat: added a README.md 2025-04-15 19:21:33 +08:00
index.html Feat: updated aesthetics, changed site descriptor and icon 2023-11-10 09:18:07 +09:00
package.json Feat: add compression 2024-08-20 13:20:16 +09:00
pnpm-lock.yaml Feat: add compression 2024-08-20 13:20:16 +09:00
vite.config.js Feat: add compression 2024-08-20 13:20:16 +09:00

README.md

Verse Checker

This is a simple web-application for checking verses.

You can try the application at: https://scripturememory.richardwong.io/

Features include:

  • Languages supported: English, Korean
  • Shuffling with random selection from selected packs
  • Hide References
  • Showing mistakes as deltas with respect to the answer

To Use

This application uses pnpm as the node.js package manager.

git clone https://github.com/RichFree/VerseChecker.git
cd VerseChecker
pnpm run dev