Added README.

This commit is contained in:
Jonathan Bernard 2019-08-04 22:43:51 -05:00
parent 776ed212f2
commit 7d7a6ea24d

10
README.md Normal file
View File

@ -0,0 +1,10 @@
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:
* Configurable timing between cards.
* 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.
Simple Flashcards is available at http://flashcards.jdbernard.com