Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

This is a simple test application. Create, list, update and remove multiple tasks from a JSON file with nodejs.

Notifications You must be signed in to change notification settings

cristiancosano/todo-list-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

This is a simple test application. Create, list, update and remove multiple tasks from a JSON file with nodejs.

Init

To start the project run npm install, to resolve the dependencies

Examples

$ node app list -c true -> List tasks with status = true

$ node app create -d "description" -c true -> Create a completed task

$ node app update -d "description" -c false -> Update a task to not completed

$ node app remove -d "description" -> Remove the task with description = "description"

About

This is a simple test application. Create, list, update and remove multiple tasks from a JSON file with nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published