A simple Command-Line Task Tracker built with Node.js.
This project is part of my learning journey from roadmap.sh.
The Task Tracker CLI allows you to:
- Add tasks
- List tasks
- Mark tasks as in progress or done
- Delete tasks
- Save tasks persistently to a local file (JSON)
Itβs a great hands-on project for practicing Node.js, CLI development, and file system operations.
- Clone this repository:
git clone https://github.com/hamidrezaghavami/TaskTrackerCLI.js.git cd TaskTrackerCLI.js
run the script: node TaskTrackerCLI.js
Tech Stack β’ JavaScript (Node.js) β’ File System (fs) for data persistence
Learning Source
This project is based on the Task Tracker project from roadmap.sh.
π Status
β Initial version completed π Will improve as I learn more about Node.js and backend development