Skip to content

kaleb110/task-tracker-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker CLI

A project challenge on task-tracker from roadmap.sh.

A Node.js command-line interface (CLI) application for managing tasks. It allows users to add, update, delete, and list tasks using a simple text-based interface.

Features

  • Add Tasks: Add new tasks with descriptions and statuses.
  • Update Tasks: Modify existing tasks' descriptions and update timestamps.
  • Delete Tasks: Remove tasks by their ID.
  • List Tasks: View all tasks or filter by their status.

Installation

  1. Clone the repository:

    git clone https://github.com/kaleb110/task-tracker-cli
    cd task-tracker-cli

Usage

  1. Run the application:

    node main.js
  2. Interact with the CLI:

    Follow the prompts to:

    • Add a task by entering a description and selecting a status.
    • Update a task by providing its ID and new description.
    • Delete a task by specifying its ID.
    • List tasks by choosing from various filter options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published