Skip to content

gmzdev/WPFToDoListDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

WpfToDoListDemo is a simple WPF (Windows Presentation Foundation) application designed to demonstrate the creation of a basic To-Do List. This project is intended for educational purposes, showcasing fundamental concepts in WPF application development, using a simple code behind approach. This can be used as a base for converting to MVVM pattern.

Features

  • Add new to-do items
  • Mark items as completed
  • Delete items
  • Persistent storage of to-do items

Prerequisites

  • .NET 6.0 SDK or later
  • Visual Studio 2022 or later

Build and Run the Project

  1. Ensure the Solution Configuration is set to Debug.
  2. Build the solution by selecting Build > Build Solution or pressing Ctrl+Shift+B.
  3. Run the application by selecting Debug > Start Debugging or pressing F5.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages