Ever wondered how much time does your task takes but never quite got a solution? Well your search ends here, task manager meets all your requirements of managing tasks and captures the actual time spent on each task and provides desktop notifications appropriately.
- Add task
- Edit/Update task
- Delete task
- Search tasks
- Capture time spent on task
- Notifications for target date
Help us improve out the application by sending us pull-requests or opening a GitHub Issue
To use the samples with Git, clone the project repository with git clone https://github.com/JDSRAO/TaskManager
After cloning the respository:
- To build the samples, open
TaskManager.sln
solution file in Visual Studio 2017 and build the solution. - Alternatively, open the project directory in command prompt and type
cd src/TaskManager.UI.WPF
and build with 'dotnet build' or 'msbuild' specifying the target project file.
The easiest way to use these samples without using Git is to download the zip file containing the current version. You can then unzip the entire archive and use the solution in Visual Studio 2017.
Please find below the installation guidelines:
- Please install dotnet framework 4.6.1 (if you have not already)
- Download the latest .msi installer from https://github.com/JDSRAO/TaskManager/releases
- Run downloaded installer
Please refer here for license information