From 7d7a6ea24d72ba43fe4fdad5947fea5a89c48ece Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sun, 4 Aug 2019 22:43:51 -0500 Subject: [PATCH] Added README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4f8358 --- /dev/null +++ b/README.md @@ -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