An open API service indexing awesome lists of open source software.

https://github.com/adam-marianowski/dotnet-console-todos

This is a simple console application written in C# that allows users to manage a list of todos. Users can add, delete, and list todos through a menu-driven interface.
https://github.com/adam-marianowski/dotnet-console-todos

console-application csharp csharp-app csharp-code csharp-console csharp-console-app dotnet simple-project todolist

Last synced: 3 months ago
JSON representation

This is a simple console application written in C# that allows users to manage a list of todos. Users can add, delete, and list todos through a menu-driven interface.

Awesome Lists containing this project

README

        

# Todo Console Application

This is a simple console application written in C# that allows users to manage a list of todos. Users can add, delete, and list todos through a menu-driven interface.

## Features

- Add a new todo
- Delete an existing todo
- List all todos
- Exit the application

## Getting Started

### Prerequisites

- [.NET SDK](https://dotnet.microsoft.com/download) installed on your machine.

### Running the Application

1. Clone the repository:

```sh
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
```

2. Build the application:

```sh
dotnet build
```

3. Run the application:
```sh
dotnet run
```

### Usage

When you run the application, you will see a menu with the following options:

[1] - Add Todo [2] - Delete Todo [3] - List all todos [4] - Exit