Auto Flashcards

About

This is a minimal Next.js app that reads markdown flashcards from the markdown_cards/ folder and schedules reviews using a pluggable algorithm interface.

To create a new algorithm, add a module under src/algorithms/ that exports a Scheduler, and register it in src/algorithms/index.ts.