https://github.com/71/yafa
Yet Another Flashcards App for iOS.
https://github.com/71/yafa
flashcards ios swift
Last synced: 10 months ago
JSON representation
Yet Another Flashcards App for iOS.
- Host: GitHub
- URL: https://github.com/71/yafa
- Owner: 71
- License: mpl-2.0
- Created: 2025-03-03T08:19:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-11T14:05:13.000Z (11 months ago)
- Last Synced: 2025-08-02T11:05:01.849Z (11 months ago)
- Topics: flashcards, ios, swift
- Language: Swift
- Homepage: https://testflight.apple.com/join/JnTekhaP
- Size: 4.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAFA
> Yet Another Flashcards App
A simple flashcards app for iOS.
- Offline-first with
[CloudKit support](https://developer.apple.com/icloud/cloudkit/).
- Organize flashcards with tags.
- Import from CSV.
- Export to CSV (plain flashcards) or JSON (including review history).
- Spaced repetition using
[FSRS](https://github.com/open-spaced-repetition/fsrs4anki/wiki/The-Algorithm).
The app is designed with _ease-of-use_ in mind: studying, editing and adding
flashcards should require as little effort as possible: there is no deck to
navigate to and no loading screen; studying flashcards takes zero tap (it is the
main screen), and adding flashcards takes a single tap. Yet, the usage of tags
makes it simple to filter flashcards when studying / editing them.
## Screenshots
|  |  |
| ------------------------------------------------------------------ | ----------------------------------------------------- |
|  |  |
|  | |
## To-do
- [ ] Localization.