Skip to content

rkhal101/simple-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes Application

Simple NodeJS application that allows you to create, delete, list and view notes using the command line. The application uses the chalk API to customize the console output. This application was developed as part of the The Complete Node.js Developer Course (3rd Edition).

Commands

The following are the commands you can use in the application.

Add Note

node app.js add --title="title-of-note" --body="body-of-note"

Remove Note

node app.js remove --title="title-of-note"

List Notes

node app.js list

Read Note

node app.js read --title="title-of-note"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published