Skip to content

Voltorik/SimpleTaskManager

Repository files navigation

Simple CLI Task Manager

Simple task manager that uses the cli to read tasks from a file, add new tasks, mark tasks as completed, and list all tasks.

How to run locally

  • Clone the repo to your local machine.
  • Ensure nodeJS is installed to be able to run the node command. Can verify by running node --version.
  • Then just run node server.js.

Task json format

{
    "title": "Make a task",
    "description": "A task to make a new task",
    "status": "not-complete" 
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published