Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 1.87 KB

README.md

File metadata and controls

48 lines (23 loc) · 1.87 KB

World Cup Stats App

Three projects responsible for displaying statistics from the World Cup for men in 2018 and for women in 2019 using the following API: https://worldcup-vua.nullbit.hr. The projects are as follows: a Windows Forms application, a Windows Presentation Foundation application and a project in charge of data manipulation "Data Layer" (Class Library) which is used in both applications.

Winforms Section

Main Winforms Team View Screen

This screen allows us to pick a team as well as select favourite players and set photos for any player we wish.

image

Winforms Ranking Screen

This screens shows players and games of the currently selected team ranked by some metrics and allows us to print the ranking lists.

image

Winforms settings screen

image

WPF Section

Main WPF Game View Screen

This screen shows the game layout as well as outcome, when clicking on team info or the player cards we can see information about teams or players.

image

WPF Team and Player Stats

These are the information cards for teams and players.

image image

WPF setting screen

image