Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.4 KB

File metadata and controls

43 lines (36 loc) · 1.4 KB

StudentPicker

A simple WPF application designed to make the process of choosing a student for answer more objective. If your students think that you are biased against them, then you should use this application.

Application Features

Students

  • Add students
  • Edit student information
  • Remove students
  • Random student selection

Groups

  • Create groups
  • Edit groups
  • Add students to groups
  • Random selection within a group

Exemples

Main Window


Technology Stack

  • Language: C# (.NET 9.0) .NET
  • Framework: WPF WPF
  • Architecture: MVVM (Model-View-ViewModel)
  • UI: XAML
  • Version Control: Git & GitHub

Libraries

  • CommunityToolkit.Mvvm — v8.2.0
    Provides helpers for MVVM implementation, commands, and property notifications.
  • Microsoft.Extensions.Dependency - v10.0.0
    For dependency injection in the application.
  • Microsoft.Extensions.Hosting - v10.0.0
    For managing application startup and lifecycle.

Version Beta

🚧Beta-version🚧

The project is under active development. This is the first public release.