Skip to content

anjali1903/Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes-App

Basic notes app which adds, removes, lists and reads notes.

How to run

To run this app, install nodejs and required dependencies and run:

  1. node app.js add --title="Title of note" --body="Body of note" to add a note
  2. node app.js remove --title="Title of note" to remove a note
  3. node app.js list to list all notes
  4. node app.js read --title="Title of note" to search for a note

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published