Authors: Maciej Groszyk, Mateusz Zembroń
This project is a simple flashcard application that helps you learn anything using spaced repetition method, which will allow you to do it noticeably faster. Flashcards can contain text, images, or sound (there is an easy way to add new ones through the application). The implemented algorithm calculates new repetition dates according to the SuperMemo-2 method.
-
Qt5
sudo apt install -y qtbase5-dev qt5-qmake cmake -
Qt5 multimedia:
sudo apt-get build-dep qtmultimedia5-dev -
gtest (autmoaticly downloaded by cmake script)
Useful command :
sudo apt-get install build-essential
Compile project using following commands (in project directory):
cmake CMakeLists.txt
make
Now u can run applicaiton:
./spaced_repetition

