https://github.com/dmitrysharabin/mavo-flashcard-study-app
Flashcard Study app for those who study foreign languages (e.g., French). Inspired by James Moore's example.
https://github.com/dmitrysharabin/mavo-flashcard-study-app
flashcard french mavo
Last synced: 2 months ago
JSON representation
Flashcard Study app for those who study foreign languages (e.g., French). Inspired by James Moore's example.
- Host: GitHub
- URL: https://github.com/dmitrysharabin/mavo-flashcard-study-app
- Owner: DmitrySharabin
- License: mit
- Created: 2019-01-25T21:02:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T09:37:31.000Z (over 6 years ago)
- Last Synced: 2025-01-31T11:24:01.100Z (4 months ago)
- Topics: flashcard, french, mavo
- Language: HTML
- Homepage: https://dmitrysharabin.github.io/mavo-flashcard-study-app/
- Size: 601 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mavo Flashcard Study App

## Features
This app is dedicated to those who study foreign languages (e.g. French).
To see the app in action follow the [link](https://dmitrysharabin.github.io/mavo-flashcard-study-app/?FlashcardStudyApp-init=example.json).
Working with the app you are able to:
- create new flashcards
- edit flashcard source phrase, translation and example
- add special characters to the source phrase and the example when needed
- edit rank when needed
- delete flashcards
- rearrange flashcards
- delete all flashcards
- import and export flashcards
- reveal translation and example when needed

- self-grade your own translation

Flashcards move depending on the ranking after self-grading:
- in case you rank your answer as **Bad**, the rank becomes equal to 0, and the flashcard moves to the beginning
- in case you rank your answer as **Good**, the rank increases by 1, and the flashcard doesn't move
- in case you rank your answer as **Great**, the rank increases by 2, and the flashcard moves to the end## License
The content of this repository is licensed under a [MIT License](https://opensource.org/licenses/MIT).