Skip to content

JustForFunDeveloper/Tournament-Manager

Repository files navigation

Tournament Manager

This is a program used for shooting tournaments. The data from the players are stored in a database and are used to generate a statistic based tournament. Further tournament modes will be implemented in the future.

Libraries








Issues

Releases!

Find the latest relase here => Release

Pictures






Short description of the used libraries and techniques

This app uses the following components:

  1. Mahapps Library (Hamburger Menu, Button, DataGrid, ScrollViewer, Checkbox, Login Window, PasswordBox)
  2. Mahapps IconPacks (Material Design Icons)
  3. AutoUpdater.NET Auto Updates Program via GitHub releases
  4. PropertyChanged.Fody Injects INotifyPropertyChanged code into properties at compile time.)
  5. Live-Charts
  6. MVVM Design Pattern with Mediator, RelayCommand
  7. SQLite Database
  8. Microsoft.EntityFramework.Core.Sqlite (Code First)
  9. LINQ
  10. C# WPF