Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Node.js CLI Task Manager

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.


πŸš€ Features

  • πŸ“Œ 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

🧰 Tech Stack

  • Node.js
    • fs for file system operations
    • readline for interactive CLI input
    • path for file path resolution

πŸ“¦ Installation

git clone https://github.com/your-username/task-manager-cli.git
cd task-manager-cli
node index.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages