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.
- Add new to-do items
- Mark items as completed
- Delete items
- Persistent storage of to-do items
- .NET 6.0 SDK or later
- Visual Studio 2022 or later
- Ensure the Solution Configuration is set to
Debug
. - Build the solution by selecting
Build > Build Solution
or pressingCtrl+Shift+B
. - Run the application by selecting
Debug > Start Debugging
or pressingF5
.