github.com/QuentinSoffie/kitbox ↗
An animated time-lapse of how QuentinSoffie/kitbox was built, commit by commit.
Open this visualization on its own page →
Contributors
8
Lines of Code
1,782
From
2020-02-06
To
2020-06-18
About QuentinSoffie/kitbox
Kitbox is a C# desktop application developed by ECAM Group 2 for managing and configuring kit-based products. The project uses a modular architecture with separate components for stock management (StockDB), methods management (MethodsDB), and a graphical user interface (KitboxEcamGUI). It integrates third-party libraries including iTextSharp for PDF generation, MySQL.Data for database connectivity, and Newtonsoft.Json for JSON serialization.
The application can be built from source using Visual Studio by opening the solution file and compiling in Release mode, or users can run a pre-built executable provided in the Output directory. The project depends on external libraries for database operations and document generation, suggesting it handles both data persistence and report creation functionality.
Complete documentation and screenshots for the project are provided in an accompanying PDF report titled "Rapport_Kitbox_Groupe_2.pdf" (in French), which contains detailed information about the application's features and usage.