a quick, modern and SQL based Task-Manager created in .Net, using C#.
Phexor Task Manager is just a simple, Desktop Application, there to Create Tasks, Edit them, Mark them as completed and if they get to much, as well to delete them. currently its just allowing you to have one table, but i am already working on a multi table design and code so you can store and sort even more things to remember :)
- Creating new Tasks
- Creation Time
- End Time
- Marked (yes/no)
- Title
- Description
- Editing Tasks
- Removing Tasks
- Marking Tasks
Screenshot1 Screenshot1 Screenshot1
- Windows 10 or later
- .NET 10 Runtime (or .NET 10 SDK to build from source)
- Download from last Release:
-
Clone the repository
git clone https://github.com/kallioderso/Phexor-Task-Manager.git cd Phexor-Task-Manager -
Restore dependencies
dotnet restore
-
Build and run
dotnet run --project Phexor-Task-Manager/Phexor-Task-Manager.csproj
dotnet publish Phexor-Task-Manager/Phexor-Task-Manager.csproj -c Release -r win-x64 --self-containedThe output will be placed in bin/Release/net10.0-windows/win-x64/publish/.
Download from last Release as .exe Execute from your download Directory or wherever you saved it in
This project is licensed under the Phexor Non-Commercial License.
See the LICENSE file for full details.
basically allowing you to use it as you want, but not for Commercial uses like selling it
This software is provided as-is, without any warranty of any kind.
The author accepts no liability for any damages arising from the use of this software.
See the LICENSE file for the full disclaimer.
