todo-manager-cli-node-js

0.1.2 • Public • Published

Todo Manager CLI

A simple and interactive command-line Todo Manager built with Node.js. Manage your tasks easily with options to add, view, and delete tasks—all from your terminal!

Features

  • Add new tasks
  • List all tasks
  • Delete tasks interactively
  • Friendly command-line interface with spinner animations
  • Data persistence using a local JSON file (todo.json)

Installation

  1. Clone the repository or download the source code:
git clone https://github.com/muhammadfarooq85/Todo-Manager-CLI-Node-Js
cd Todo-Manager-CLI-Node
  1. Install dependencies:
npm install
  1. Usage
node index.js todo

How it works

  1. Enter your name.

  2. Choose an action from the menu:

  • Add a Task

  • View Tasks

  • Delete a Task

  • Exit

  1. Follow on-screen prompts to manage your todo list.

File Storage

  • Tasks are stored locally in todo.json in the project directory.
  • Make sure to keep this file safe if you want to retain your task list.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes!

Made With 💖 by Muhammad Farooq!

Readme

Keywords

Package Sidebar

Install

npm i todo-manager-cli-node-js

Weekly Downloads

5

Version

0.1.2

License

ISC

Unpacked Size

6.41 kB

Total Files

4

Last publish

Collaborators

  • muhammadfarooq85