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.
You need to have installed Node and then:
npm ci
node app- Create a new task.
- List task(s).
- List complete task(s).
- List pending task(s).
- Complete task(s).
- Remove a task(s).
- Unique id.
- Description.
- CreatedAt.
- CompletedAt.
- A simple JSON file.