Realization of a task manager connected to a database, and is used in a terminal.
Technologies used:
- Node.js
- SQLite3
Write in the terminal : " node main.js ". Then the task manager interface will be displayed with the available options.
- : 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.