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.