Go to file
2020-12-11 15:44:14 -06:00
.gitignore Little niceties around development process. 2019-08-04 22:53:58 -05:00
flashcards.css v2.0 - Images, answers, and imports. 2020-12-11 15:25:31 -06:00
flashcards.html v2.0 - Images, answers, and imports. 2020-12-11 15:25:31 -06:00
flashcards.js Ignore empty answers. 2020-12-11 15:44:14 -06:00
Makefile Little niceties around development process. 2019-08-04 22:53:58 -05:00
makewatch Little niceties around development process. 2019-08-04 22:53:58 -05:00
README.md Update README for 2.x 2020-12-11 15:37:32 -06: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:

  • Support for prompts only or prompts and answers.
  • Image URLs can be used as values for pictoral flashcards.
  • Configurable timing between cards and answers.
  • 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.
  • Support for importing saved card sets from a URL.

Simple Flashcards is available at http://flashcards.jdbernard.com