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
- Host: GitHub
- URL: https://github.com/emrd/nodejs-todo-cli
- Owner: EmrD
- Created: 2024-08-18T14:41:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:43:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T06:26:09.854Z (over 1 year ago)
- Topics: cli, command-line-tool, nodejs, todolist
- Language: JavaScript
- Homepage:
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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