To-do app developed with Node.js.
This project allows you to manage a task list that's stored in a json file through the console.
It was developed as practice of the course Node: De cero a experto by Fernando Herrera.
- Manage to-do list.
Clone the project:
git clone https://github.com/arregnault/todo-node-console.git
Install Node.js dependencies:
cd todo-node-console
npm install
Start project:
node app
Project is: completed.