/simple-todo-cli-cs

Just a simple TODO app made in C#

Primary LanguageC#

Simple TODO CLI

This is a simple CLI application made with C# to capture, remove and list tasks.

Motivation: This is part of a C# course with the goal of learning some best practices for C#.

Usage

You have to install dotnet in order to run this application.

dotnet run

Requirements

  • dotnet >= 8