Skip to content

anjupriya-v/cli-note-taking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Note Taking App

Tech Stack Used:

  • Node.js

Demo Video

cli-notes-taking-app-demo.mp4

It performs four Operations

  • add - to add the note
  • list - to list all the notes which is available
  • read - to read the description of single note
  • remove - to remove the note

👇Steps to initialize the project:

  • Clone the repository
$ git clone https://github.com/anjupriya-v/command-line-note-taking-app.git
  • Redirect to the cloned repo directory

  • Install the dependencies

npm install

Open up the terminal for doing the following operations

-If you want to know about the available operations, use

node app.js available-operations
  • If you want the list all the notes, use
node app.js list
  • If you want to add the note, use
node app.js add --title="titleName" --body="titleDescription"
  • If you want to read the description of particular note, use
node app.js read --title="titleName"
  • If you want to remove the note, use
node app.js remove --title="titleName"

About

Developed Using Node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published