/notesApp

Notes App designed using node.js and npm packages

Primary LanguageJavaScript

Notes App

Notes App designed using NodeJS & NPM

Instructions to use

  1. Download all the files to your pc/laptop
  2. Create a folder and put all the code inside it
  3. First run npm install command
  4. Then use below commands according to your use

Commands for the app -

  • Adding a note
    node app.js add --title="note_title" --summary="summary_for_note"
  • removing a note
    node app.js remove --title="note_title"
  • list all the notes
    node app.js list
  • read a note
    node app.js read --title="note_title"

forthebadge