monday_u_todo_app

1.3.0 • Public • Published

Exercise 3 - Node.js, CLI

Time for task #3!

In this section you will practice

Node.js - Build your first node.js cli app
Npm - Work with external libraries
Files - Read and write from the file system

What you are going to build

We already have a beautiful todo app that will help us to catch all the pokemons.
Now let's create cli tool, so we can add, delete, and view todos like a real pro 👩‍💻 🧑‍💻

Use your code from the last exercise and refactor where needed.

The requirements:

  • [x] Build node.js cli todo app
  • [x] Detailed help option
  • [x] Read/Write/Delete todos from a file

When you finish it should look like this:

Bonus

  • [x] Publish your code as npm package and run it with npx
  • [x] Add colors to your cli tool
  • [x] Add Inquirer.js and make you cli tool interactive
  • [x] Display pokemon image (ascii art)

Readme

Keywords

none

Package Sidebar

Install

npm i monday_u_todo_app

Weekly Downloads

0

Version

1.3.0

License

ISC

Unpacked Size

8.48 kB

Total Files

5

Last publish

Collaborators

  • the_package_master