QuentinSoffie/kitbox ↗
Created Feb 16, 2021 · View the QuentinSoffie/kitbox repository page
An animated time-lapse of how QuentinSoffie/kitbox was built, commit by commit.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
8
Lines of Code
1,782
From
Feb 6, 2020
To
Jun 18, 2020
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.