Skip to content

thibautjulien/TaskManager_with_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager with a database

Realization of a task manager connected to a database, and is used in a terminal.

Technologies used:

  • Node.js
  • SQLite3

This was a project, from our training at BeCode, to test our skills in handling a database.

Use of the task manager ;

Write in the terminal : " node main.js ". Then the task manager interface will be displayed with the available options.

Features of the task manager

  • : See the task list (ability to sort tasks by status or priority).
  • : Add, edit, delete a task.
  • : Add a priority to the task.
  • : Change its status (achieved - not achieved).
  • : Search for a task in the list.

About

Task Manager connected to a database, which is used in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors