A simple console-based task manager built with C#.
- Task Management: Create, read, and delete tasks.
- Console UI: Simple and lightweight interface.
- Clean Architecture: Separation of concerns logic.
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 managingTaskobjects.Program.cs: Handles the application flow and user interface.
- .NET SDK (Version 6.0 or later recommended)
- Clone the repository:
git clone https://github.com/ejmabunda/task-flow.git
- Navigate to the project directory:
cd task-flow - Run the application:
dotnet run
Contributions are welcome! Please feel free to submit a Pull Request.