repeatcard icon indicating copy to clipboard operation
repeatcard copied to clipboard

Android application to learn vocabulary using flashcards

Results 9 repeatcard issues
Sort by recently updated
recently updated
newest added

For the time being, the onboarding process is not clear. It does not explain what is the purpose of the app and how users can create a Flashcard, repeat them...

enhancement
help wanted
good first issue
hacktoberfest

We should try to add ![In-App Reviews](https://developer.android.com/guide/playcore/in-app-review) and see if that works for us.

enhancement
help wanted
hacktoberfest

We should create a section to show the statistics in `HomeScreen`. The section should be a `Composable`. In particular, stats should include: - [ ] Number of flashcards created -...

enhancement
hacktoberfest

When the user adds a Flashcard in a directory, it's not possible to move that Flashcard in another directory. The user has to first remove it, and than recreate it...

bug
help wanted
good first issue
hacktoberfest

We should serialize and save the latest quiz results and show them in HomeScreen as stats (5 questions, 3 correct answers, 2 wrong answers etc...)

enhancement
help wanted
good first issue
hacktoberfest

We should use [SqlDelight](https://cashapp.github.io/sqldelight/) for our SQL statements.

enhancement