simple-flashcards/README.md

14 lines
683 B
Markdown
Raw Normal View History

2019-08-04 22:43:51 -05:00
Simple Flashcards takes a set of text values, one value per line, and shows
them to the user one at a time. It has the following features:
2020-12-11 15:37:32 -06:00
* Support for prompts only or prompts and answers.
* Image URLs can be used as values for pictoral flashcards.
* Configurable timing between cards and answers.
2019-08-04 22:43:51 -05:00
* Configurable size of the text (small, medium, and large).
* In-order, reverse-order, and random-order traversal of the cards.
* Support for saving/loading settings and inputs (locally to the browser).
* Support for importing/exporting saved card sets as a file.
2020-12-11 15:37:32 -06:00
* Support for importing saved card sets from a URL.
2019-08-04 22:43:51 -05:00
Simple Flashcards is available at http://flashcards.jdbernard.com