Project: Gym Application

This application was built to provide a way to save our workout, create it, modify and delete if necessary.

The project is a WPF desktop application build on .Net Core 5 that uses Caliburn Micro. The App is connected to Microsoft SQL server database and every operation that involves database is done with Dapper. Unit tests were done with Xunit.

Application features:

  • adding a new workout,
  • personalization of the current workout,
  • checking history,
  • saving workout in database.
source code
Language C#, Xaml, SQL
IDE Visual studio
FrameWork .NET Core 5
Nuget packages Caliburn Micro, Dapper, Serilog
Type Desktop application, WPF, MVVM
Data Base Microsoft SQL server