About

Embeddable list memorizer. From a studying survey™ at my class, a lot of my friends apparently “asked themselves” when studying, which is a bad way to memorize something.

Also, check out list-memorize for a based studying experience from the CLI.

Query Strings

file

Use file=<path to file> to load a JSON file. Only supports files from the internet. Example: https://daringcuteseal.xyz/software/civz?file=demo/try.json

theme

dark forces a dark theme, any other values beside dark will force a light theme. If not set, a light theme is used by default.

JSON File

Contains:

Example:

{
    "title": "An Example Title",
    "description": "An example description",
    "list":
    [
        "List one",
        "List two",
        "List three",
        "List four"
    ]
}

Interface

civz-interface

Demo

CIVZ with a sample list.

Answers are:

  1. List one
  2. List two
  3. List three