Skip to content

ejmabunda/task-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskFlow

A simple console-based task manager built with C#.

Features

  • Task Management: Create, read, and delete tasks.
  • Console UI: Simple and lightweight interface.
  • Clean Architecture: Separation of concerns logic.

Project Structure

This program follows a simple service-oriented architecture (single responsibility principle) to keep the codebase organized:

  • Task.cs: Represents the data model for task details.
  • TaskService.cs: Contains the business logic for managing Task objects.
  • Program.cs: Handles the application flow and user interface.

Getting Started

Prerequisites

  • .NET SDK (Version 6.0 or later recommended)

Usage

  1. Clone the repository:
    git clone https://github.com/ejmabunda/task-flow.git
  2. Navigate to the project directory:
    cd task-flow
  3. Run the application:
    dotnet run

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages