📌 Simple flashcards concept based learning app written in C with the use of GTK layout designed in Glade for the subject "Introduction to programming in C" at the University of Wrocław. Project contains C app and a makefile script.
- Running flashcards test with uploaded .csv list
- Counting points and showing progress bar
- Showing list of mistakes at the end
ℹ️ Instructions for running on Linux based system:
- Install all needed packages
apt get update
apt install make gcc libgtk-3-dev- Clone the project and navigate to the project directory
git clone https://github.com/jakubcieslik99/fiszki.git
cd fiszki/app- Run makefile script and start the app
make
./fiszkiℹ️ The word list must be in ".csv" format, where words and their translations are separated by ";"
🔤 Available languages: PL
If you have any feedback, please reach out to me at ✉️ [email protected]
⚖️ Beerware