Skip to content

ManU4kym/To-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Console App (C#)

A basic To-Do list application built with C# that allows users to add, remove, and view tasks in the console.

Features

  • Add tasks to your To-Do list.
  • Remove tasks from the list.
  • View all tasks currently in the list.

Installation

  1. Clone the repository:

    git clone git@github.com:ManU4kym/To-do.git
  2. Open the project in Visual Studio or any C# compatible IDE.

  3. Build and run the application by pressing F5 or using the terminal:

    dotnet add package ConsoleTables
    dotnet run

Usage

The application will prompt you with a menu to choose an action:

  1. Add task: Enter a task to add it to the list.
  2. Remove task: Enter the task you want to remove from the list.
  3. View tasks: Display all the tasks currently in the list.
  4. Exit: Exit the application.

Sample Workflow:

To-Do List
1. Add task
2. Remove task
3. View tasks
4. Exit
Choose an option: 1
Enter task: Buy groceries
Press Enter to continue...

To-Do List
1. Add task
2. Remove task
3. View tasks
4. Exit
Choose an option: 3
Tasks:
- Buy groceries
Press Enter to continue...

About

To-do console app with a clean ui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages