Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 581 Bytes

README.en.md

File metadata and controls

22 lines (16 loc) · 581 Bytes

FlashcardJS

A simple spaced repetition webapp.

  • no dependencies, no server needed, simply open index.html in a browser.
  • a simple retention algorithm choose questions to study.
  • user data stored in localstorage (RGPD compliant)
  • all questions stored in a simple card.js file containing :
packet_name|question1;answer1
packet_name|question2;answer2
_
  • question and answer can contain html.

Screenshot : fc1

Demo : http://pgazaniol.free.fr/SITE/flashcardJS/index.html