Application developed in Kotlin, serves as a language flashcard application. Users can personalize their vocabulary by adding and deleting words. The app randomly presents flashcards, allowing users to reveal answers and assess their knowledge. Progress is dynamically updated based on user feedback, and words reaching 100% proficiency are automatically removed from the local ROOM database.
- Kotlin
- Jetpack Compose
- ROOM Database
- Coroutines
- MVVM
- Navigation
- LiveData