An open API service indexing awesome lists of open source software.

https://github.com/emrd/nodejs-todo-cli


https://github.com/emrd/nodejs-todo-cli

cli command-line-tool nodejs todolist

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# To-Do List CLI Application

This is a CLI (Command Line Interface) application that allows users to add, list, mark as completed, edit, and delete tasks. The application stores tasks in a JSON file and uses Node.js packages such as `inquirer`, `moment`, and `jsonfile`.

## Features

- Add tasks
- List tasks
- Mark tasks as completed
- Delete tasks
- Edit tasks

## Requirements

- Node.js (>= 12.0.0)
- npm (Node Package Manager)

## Installation

1. Clone or download this project:
```bash
git clone REPO_URL
cd FOLDER_NAME
```

2. Install the required packages:
```bash
npm install
```

## Usage

To run the project, use the following command:
```bash
node index.js