Skip to content

This is a simple console-based Task Manager application built with C#. It allows users to add, list, mark tasks as completed, and delete tasks.

Notifications You must be signed in to change notification settings

bardia1122/TaskManagerApp

Repository files navigation

Task Manager Console App (C#)

This is a simple console-based Task Manager application built with C# and PostgreSQL as its Database. It allows users to add, list, mark tasks as completed, and delete tasks.

Features:

  • Add Task: Create new tasks with descriptions.
  • List Tasks: Display all tasks along with their statuses (Pending or Completed).
  • Mark Task as Completed: Update the status of a task to completed by its ID.
  • Delete Task: Remove tasks by their ID.
  • Console Interface: Simple and easy-to-use command-line interface.
  • Database:Tasks are added to a database using postgresQL.

How to Run:

  1. Clone the repository: git clone https://github.com/your-username/TaskManagerApp.git
  2. Navigate to the project directory: cd TaskManagerApp
  3. Open the project in your favorite C# IDE (e.g., Visual Studio or Visual Studio Code).
  4. Build and run the project.

image

About

This is a simple console-based Task Manager application built with C#. It allows users to add, list, mark tasks as completed, and delete tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages