Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 333 Bytes

Notes App

A note app allowing the users to add a new note, list out all the notes, read a particular note or delete it using command-line arguments. The app is built on node.js

Installation

  1. Clone or download the repository.

  2. Install all the dependencies using the following command.

    npm install