Skip to content

spectraneo/sk-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList

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.

Features

  • Mark tasks as complete in a JSON-based todo list.
  • Automatically updates and saves the list after marking tasks as complete.

Requirements

  • .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).

Setup and Usage

  1. Clone the repository or download the project files.

  2. Navigate to the project directory: cd /path/to/sk-todolist

  3. Restore dependencies: dotnet restore

  4. Running the application: dotnet run

  5. Reference: Microsoft Learn Training Module

  6. License: This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages