Skip to content

ruchikamuddinagiri/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesApp

Description:

This is a simple Node.js app used for note-taking. It has the following features:

  • Adding a note
  • Removing a note
  • Reading a note
  • Listing all the notes

Run this command on the Node.js terminal to install all the dependencies:

 npm install

Commands to Add, Remove, Read and List notes

node app.js add --title="Books" --body="Inferno, Karna's Wife"
node app.js read --title="Books"
node app.js list 
node app.js remove --title="Books"

About

Note taking application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published