Gtk4App
Gtk4App is a C-based application built using GTK4, designed to manage and manipulate student data. This application provides a simple and intuitive graphical user interface (GUI) to perform various operations on student records, such as adding, modifying, searching, and deleting student data.
Features:
Prepare:Creates a binary file containing student for easy manipulation
Search: Allows you to search for students by their ID
Add: Adds a new student to the students list
Modify: Updates an existing student's information
Delete Logically: Marks or unmarks a student as deleted without removing their data.
Delete Physically: removes a student record so after saving changes he won't exist anymore in students list
Extract: Extracts or prints the student by their group
Installation:
to try the app on your machine you can simply clone the project or install the repo and decompress it, then navigate to cmake-build-debug folder, look for Gtk4App.exe, double click it and the app will run.

