Skip to content

In this app you can add, remove, list and read your notes.

Notifications You must be signed in to change notification settings

therohanparmar/Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes Application

Build a Notes Application using Node.js. This app is based on command line arguments.

Operations

  • Add Note
  • Remove Note
  • List Note
  • Read Note

Steps to Setup

1.Install npm

  npm install

2.Install yargs

  npm install yargs@12.0.2

3.Add Note

  node app.js add --title="Title of your note" --body="Body of your note"

4.Remove Note

  node app.js remove --title="Title of note which you have to remove"

5.List Note

  node app.js list 

6.Read Note

  node app.js read --title="Title of note which you have to read"

About

In this app you can add, remove, list and read your notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published