SPEEDSTOR

About Me

< back

Task Focuz - Website and applicaiton blocker on Windows    c#

21 June, 2020   
GitHub last commit GitHub code size in bytes GitHub language count

Source Code (GitHub): https://github.com/Speedstor/TaskFocuz


A year ago, still being addicted to games and YouTube, I coded this application that block websites and applications on Windows.

This program is focused on efficiency in doing work and has a todo-list, clock and timer.

Coding this in C#, I used WPF library for the graphical UI.

This program is simple in itself and only took 2 days to code. Even so, it was fun using the WPF library to easily code Windows UI. Before this, I had been using Java graphics library to draw rectangle by rectangle. This program set an anchor for my understanding in Desktop programs.