Skip to content

lucasserral/todo-app-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO App (console)

Introduction

This is an interactive console app to keep track of a list of todo's. When you run the app you will see different actions:

1. Crear Tarea
2. Listar tareas
3. Listar tareas completadas
4. Listar tareas pendientes
5. Completar tarea(s)
6. Borrar tarea(s)
0. Salir

You can navigate them with <arrow>, <ENTER> and <space> keys

Installing and running the app

You will need to have node installed in your machine to run this app. Regarding to npm, you could use the package managers of your preference, but you will need to run 'node app' instead of 'npm run start'

Clone through HTTPS

On your terminal run:

git clone https://github.com/lucasserral/node_tareas.git
npm install
npm run start

Clone through SSH

On your terminal run:

git clone git@github.com:lucasserral/node_tareas.git
npm install
npm run start

About

to-do NodeJS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published