1.0.1 • Published 3 years ago
weekend-to-do v1.0.1
Exercise 3
This is my task for Exercise 3 of Monday-U Full Stack course. Task requirements are detailed below. In this version you can manage your to-do list from the command line interface as well as from the web app.
Install the CLI tool and use it with npx:
npm install weekend-to-do
Or try the web app right here: https://weekend-todo.netlify.app/
CLI demonstration:
Task requirements:
The requirements:
- Build node.js cli todo app
- Detailed help option
- Read/Write/Delete todos from a file
Bonus
- Publish your code as npm package and run it with npx
- Add colors to your cli tool
- Add Inquirer.js and make you cli tool interactive
- Display pokemon image (ascii art)
- Added clear, sort up and sort down commands
- Added ascii title