neobyvatel / todoNodejs

Home Page:https://replit.com/@adilkekw/todoNodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Node.js

Node.js To-Do CLI app

Libraries Used

To run, write "npm start"

How to Run

To run the app, execute the following command:

npm start

Features

  • Add a task: Allows you to add a new task to the to-do list.
  • View to-do list: Displays the current list of tasks.
  • Mark tasks as completed: Marks selected tasks as completed.
  • Remove tasks: Deletes tasks from the to-do list.
  • Exit the application: Quits the application.

Usage

  1. Choose an action from the menu.
  2. Follow the prompts to perform the selected action.

Clone the repository:

git clone https://github.com/your-username/todoNodejs.git

Install necessary libs

npm install inquirer -D
npm install chalk -D