Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node To-Do cli app

This application is part of the Node from zero to expert course that you can find here: Node: De cero a experto (Spanish).

At this point, I want to add more details to learn more about Node.

Use

You need to have installed Node and then:

npm ci
node app

Project

Features

  • Create a new task.
  • List task(s).
  • List complete task(s).
  • List pending task(s).
  • Complete task(s).
  • Remove a task(s).

Task

  • Unique id.
  • Description.
  • CreatedAt.
  • CompletedAt.

Database

  • A simple JSON file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages