Timed To-Do List

Sometimes having a list of things isn’t enough planning. You need to assign a time to each task on your list too. Hey, why not have a program that can keep track of how much time you actually spent on those tasks so you can get an idea of how good your time estimates are. Well that’s what Timed Task List is for.

The program has many of the features you would expect. Save, load, add tasks, edit tasks, change the text size and font. There is a right-click context menu that allows you to delete tasks and reset the accrued time for the task.

I made the program in NET Core 3.1. The code is available on my GitHub.

I streamed a lot of the creation of this program on twitch.tv/crookedfingerguy. I made it to aid in streaming what my streams objectives for the day are and to track how well I stuck to the plan. This was also good programming practice. I haven’t made a windows forms desktop application for a while. I am pleased with the effort.

Leave a Reply

Your email address will not be published. Required fields are marked *