Skip to content

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

License

Notifications You must be signed in to change notification settings

Thiru-Coder/notes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published