Skip to content

overallsystems/Task-Tracker-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker CLI

Task tracker is a project used to track and manage your tasks. In this task, you will build a simple command line interface (CLI) to track what you need to do, what you have done, and what you are currently working on. This project will help you practice your programming skills, including working with the filesystem, handling user inputs, and building a simple CLI application.

Authors

Features

  • Add, Update, and Delete tasks
  • Mark a task as in progress or done
  • List all tasks
  • List all tasks that are done
  • List all tasks that are not done
  • List all tasks that are in progress

Usage

Add a new Task

  task-cli add "Buy groceries"

Update Task

  task-cli update 1 "Buy groceries and cook dinner"

Remove Task

  task-cli delete 1

Mark Task as in-progress

  task-cli mark-in-progress 1

Mark Task done

  task-cli mark-done 1

Getting started

Here are a few steps to help you get started with the Task Tracker CLI project:

Set Up Your Development Environment

  • Choose a programming language you are comfortable with (e.g., Python, JavaScript, etc.).
  • Ensure you have a code editor or IDE installed (e.g., VSCode, PyCharm).

Project Initialization

  • Create a new project directory for your Task Tracker CLI.
  • Initialize a version control system (e.g., Git) to manage your project.

Support

For support, contact me on discord @smecherdiplomat.

https://roadmap.sh/projects/task-tracker - For the Project idea.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages