This is a GTK-based application for managing a car school using a simple GUI built with Glade and GTK.
- MSYS2
- GTK 4
- Glade
- Clone the repository.
- Install dependencies using MSYS2.
- Compile with
make
. - Run with
./app
.
This application allows you to manage cars, instructors, and students in a school setting.