Anudeep-313 / notes_taking_app

Note taking app, built using Node JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%