A Windows Application for calculating the cost of building a system (e.g. fire-fighting system).
- Adding, removing and updating of Items and Suppliers
- Adding, removing and updating of Supplier's items
- Creating system templates
- Customizing items and modifying prices and quantity which would alter the final cost calculated for the system
Code written in C# and some SQL using Visual Studio 2019
- SQLite*
- MVVM Framework
- Database is created and modified using DB Browser for SQLite tool
You can clone the repository using:
- clone/Download button and download the files as zip. Extract it after and open it in Visual Studio.
- cloning the repository locally:
git clone https://github.com/crazyboiboi/SystemCostCalculation.git