Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🌐 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. 📌

License

Notifications You must be signed in to change notification settings

jakubcieslik99/fiszki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fiszki / Flashcards 🌐

📌 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.

GTK Version GitHub top language GitHub repo size Beerware License

Features

  • Running flashcards test with uploaded .csv list
  • Counting points and showing progress bar
  • Showing list of mistakes at the end

Screenshots

Run Locally

ℹ️ 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 ";"

Languages

🔤 Available languages: PL

Feedback

If you have any feedback, please reach out to me at ✉️ [email protected]

Authors

License

⚖️ Beerware

About

🌐 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. 📌

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published