Skip to content

A Node.js notes app that works using the command line arguments

Notifications You must be signed in to change notification settings

nimraahmed/command-line-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Notes App

A Node.js notes app that works using the command line arguments. Uses yargs for parsing arguments and chalk for styling purposes.

Users can:

1. Add a note

image

And it'll be stored in a JSON file:

image

2. Get a list of their notes

image

3. Read their notes

image

4. Remove a note

image

So that it's no longer stored in the JSON file:

image

About

A Node.js notes app that works using the command line arguments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages