Simple task manager that uses the cli to read tasks from a file, add new tasks, mark tasks as completed, and list all tasks.
- Clone the repo to your local machine.
- Ensure nodeJS is installed to be able to run the
nodecommand. Can verify by runningnode --version. - Then just run
node server.js.
{
"title": "Make a task",
"description": "A task to make a new task",
"status": "not-complete"
},