How the Flashcard Maker Works
AnyTool Flashcard Maker builds and studies decks of two-sided cards entirely in the browser. A card has a front (term or question) and a back (definition or answer); cards are added one at a time or bulk-imported by pasting one card per line and choosing a separator — comma, tab, dash or colon — which the parser splits into front and back. Multiple decks can be created, renamed, switched and deleted, and every change is auto-saved to localStorage. Study mode shows a CSS-3D flip card that turns on tap to reveal the back, and the learner self-grades each card as Got it or Missed.
- Cards model a front/back pair plus a Leitner box (1–5) and last-seen time
- Bulk import splits pasted lines on comma, tab, dash or colon
- Study uses a real CSS rotateY flip card, tap to reveal the back
- Multiple decks, each auto-saved to the browser’s localStorage
- All deck building, study and scoring is client-side JavaScript — no server
