Skip to content

augusticor/cli-tasks-manager

Repository files navigation

cli-tasks-manager 📝

Terminal "to do" app using inquirer library and NodeJS

Info

Used the Inquirer library for the cli interactive menu options

Implemented CRUD functions :

  • Create a task
  • List all tasks
  • List completed tasks
  • List pending tasks
  • Complete a task(s)
  • Delete a task

Usage

  1. Clone the repository

    git clone https://github.com/augusticor/cli-tasks-manager.git
    
  2. Open the project folder in your terminal

  3. Install all the dependencies using npm install

Lists of dependencies:

  • inquirer: 9.2.15
  1. Run app.js main file by running npm start command in a terminal.

Contribution

Please make sure you install the development dependencies using npm install

  • eslint: 8.57.0
  • prettier: 3.2.5

About

Terminal "to do" app using inquirer library and NodeJS

Topics

Resources

License

Stars

Watchers

Forks