StockSurge is a robust and user-friendly stock management application. It provides a comprehensive solution for managing stock items, tracking transactions, and monitoring stock levels. The application is built with a focus on simplicity and efficiency, offering features such as authorized admin login, simple navigation, and stock item management. With its intuitive interface and powerful features, StockSurge aims to streamline the process of stock management for businesses of all sizes.
- Programming Language: C#
- Software Framework: .NET Framework
- UI Markup Language: XAML
- Database: SQLite3
- Version Control: Git
- Programming Paradigm(s): Objected-Oriented, Procedural
- Architectural Framework: Model-View-ViewModel (MVVM)
- .NET Framework 4.7.2 or a higher version installed on your local computer.
- Clone the repository to your local computer.
- Compile the files to get an executable file by running the following command in the terminal:
- Navigate to "StockSurge.exe" on the "bin/Debug" or "bin/Release" folders adn run it.
- Login as an admin (username: admin, password: admin).
- Start managing your stock items!
dotnet build StockSurge.csproj