/task-manager-cli

A simple command-line interface (CLI) task manager application built using Node.js and Inquirer.js.

Primary LanguageJavaScriptMIT LicenseMIT

Task Manager CLI

A simple command-line interface (CLI) task manager application built using Node.js and Inquirer.js.

Features

  • Add tasks
  • View tasks
  • Update tasks
  • Delete tasks
  • Manage tasks from the command line with ease

Prerequisites

  • Node.js installed (version 14+ recommended)
  • Inquirer.js (will be installed as a dependency)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ay-ub/task-manager-cli.git
  2. Navigate to the project directory:

    cd task-manager-cli
  3. Install dependencies using npm or pnpm:

    npm install

    or

    pnpm install

Usage

To run the task manager, use the following command in the terminal:

node ./index.js