Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 529 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 529 Bytes

Notes CLI

A Simple Note-taking Application written in Vanilla JavaScript with Node.js.

Features:

  • Add new notes with titles and bodies
  • Remove existing notes by title
  • List all created notes
  • Read the contents of a specific note

Usage:

  1. Navigate to the directory where the application is located.
  2. Open your command line interface (CLI) or terminal in that directory.

Install dependencies

npm install

Run the app

node app.js

Dependencies Used:

  • Inquirer
  • Validator
  • Chalk