samhou1988 / task-manager-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager CLI Application

Objective

Create a command-line interface (CLI) application to manage tasks.

Features

  • Add new tasks with a description.
  • List all tasks.
  • Update a task with taskId and description.
  • Delete a task by taskId and Delete all task.

Learning Focus:

  • Basic syntax and structures in Go (functions, loops, conditionals).
  • Working with slices and structs.
  • File I/O for saving and loading tasks.
  • Creating a simple CLI.

About


Languages

Language:Go 100.0%