Skip to content

Anudeep-313/notes_taking_app

Repository files navigation

Notes-App [Using Node.js]

Instructions to use 👇 :

  • Adding Note

node app.js add --title="{TITLE}" --body="{BODY TEXT}"

Example output : adding note output


  • Listing All Notes

node app.js list

Example output : list all notes output


  • Removing Note

node app.js remove --title="{TITLE}"

Example output : Remove note output


  • Read a Note

node app.js read --title="{TITLE}"

Example output: Read note output


  • Replace the {TITLE} and {BODY TEXT} , for example :

node app.js add --title="Quote" --body="If you don't learn from your mistakes, then they become regrets." 

About

Note taking app, built using Node JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published