Flashcards app for KaiOS devices with a simple spaced repetition system. Just like in Anki you can create your own decks and assign new flashcards to them.
With each good guess the level of a card increments (new cards start with level 0). Next repetition is calculated with a simple formula: 0.2 * level^3
. When your guess is wrong the level gets reseted down to 0.
npm install
Run npm run dev
to compile with hot-reloading for development. When you are done with the changes run the ./build.sh
script to compile and build the app. Now you can install the app on your phone with WebIDE:
- Click on the
Open Packaged App
button - Select the
dist/
directory - Connect your device via adb
- Select your device from the right sidebar under
USB DEVICES
- Select the app from the left sidebar and click the
Install and run
button
The flashcards.zip
file is a packaged version installable from BananaHackers