Skip to content

WPF .Net application for managing goals and daily tasks. The program is built on the MVVM principle that provides flexibility for growth and expansion

Notifications You must be signed in to change notification settings

HaidukEvgen/GoalTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoalTracker

WPF .Net application for managing goals and daily tasks. The program is built on the MVVM principle that provides flexibility for growth and expansion

Main Window

image

Goal Editing Window

image

Technologies

Key technologies that have been implemented:

  • Model-View-ViewModel pattern implemented that helps cleanly separate an application's business and presentation logic from its user interface (UI)
  • WPF data binding provides a connection between the app UI and the data it displays. When the data changes its value, the elements that are bound to the data reflect changes automatically
  • The WPF grid system had been used to provide flexible placement of UI elements
  • Data serialization/deserialization using Json library for storing user goals

About

WPF .Net application for managing goals and daily tasks. The program is built on the MVVM principle that provides flexibility for growth and expansion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages