This application allows you to manage a simple todo list and mark tasks as complete by setting the completed
status of a task to true
.
- Mark tasks as complete in a JSON-based todo list.
- Automatically updates and saves the list after marking tasks as complete.
- .NET SDK 8.0 or later installed on your machine.
- Basic understanding of .NET and C#.
- A todo list JSON file in the correct format (
todo.txt
).
-
Clone the repository or download the project files.
-
Navigate to the project directory:
cd /path/to/sk-todolist
-
Restore dependencies:
dotnet restore
-
Running the application:
dotnet run
-
Reference: Microsoft Learn Training Module
-
License: This project is licensed under the MIT License.