A simple To-Do List desktop application built in C# using Windows Forms.
Users can add, delete, and check tasks, with a progress bar showing task completion percentage.
- Add new tasks.
- Delete selected tasks.
- Clear all tasks.
- Check/uncheck tasks to mark as complete.
- Progress bar updates automatically to show the percentage of completed tasks.
- Simple and intuitive user interface.
- Open the solution file (
.sln) in Visual Studio. - Build the project.
- Run the application.