A simple command-line task manager built using Node.js. This app allows users to manage tasks in a terminal environment by adding, viewing, marking as done, and deleting tasks. All data is stored persistently in a text file.
- π Add new tasks
- β Mark tasks as done
- π View all tasks
- β Delete tasks
- πΎ Persistent storage using
tasks.txt - π₯ CLI interface using Node's built-in modules
- Node.js
fsfor file system operationsreadlinefor interactive CLI inputpathfor file path resolution
git clone https://github.com/your-username/task-manager-cli.git
cd task-manager-cli
node index.js