Skip to content

Task Manager is a simple command-line application written in Node.js. It allows users to manage their daily tasks by adding new tasks, listing all tasks, and deleting completed tasks. This tool is ideal for individuals looking to organize their to-dos efficiently.

Notifications You must be signed in to change notification settings

learnaviu2514/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

README for Task Manager Project Project Name: Task Manager

Description: Task Manager is a simple command-line application written in Node.js. It allows users to manage their daily tasks by adding new tasks, listing all tasks, and deleting completed tasks. This tool is ideal for individuals looking to organize their to-dos efficiently.

Installation:

Clone this repository to your local machine. Navigate to the project directory. Run npm install to install the necessary dependencies. Usage: To interact with the task manager:

Add a Task: node index.js add "Task Description" List Tasks: node index.js list Delete a Task: node index.js delete <task_id> Dependencies:

fs for file handling (comes with Node.js). Contributing: Contributions are welcome! Please fork the repository and submit a pull request with your proposed changes.

License: This project is licensed under the MIT License - see the LICENSE file for details.

About

Task Manager is a simple command-line application written in Node.js. It allows users to manage their daily tasks by adding new tasks, listing all tasks, and deleting completed tasks. This tool is ideal for individuals looking to organize their to-dos efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published