Skip to content

Simple Command Line Notes Application built with NodeJS

Notifications You must be signed in to change notification settings

iam-syd/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line Notes Application

Basic Command-Line Notes Application that have basic functionality like add, remove, read and list notes 📝

Screenshots

App Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/himanshu01-dev/notes-app.git

Go to the project directory

  cd notes-app

Install dependencies

  npm install

Create a first note

  node app.js add --title="Title Name" --body=" Write your Content Here"

Documentation

Create a note

  node app.js add --title="Write your title name here" --body=" Write your content here"

Note:- Every note that you create should have different title else an error is thrown.

Remove a note

  node app.js remove --title="Title Name"

Note:- If you try to remove a note that is not even present then an error is thrown.

Delete all note at once

  node app.js clear

Read a note

  node app.js read --title="Title Name"

Note:- If you try to read a note that is not even present then an error is thrown.

List all the saved notes

  node app.js list

OR Watch this video below using it 😇

https://drive.google.com/file/d/1AnmpirBYG0FKQ_hgdkubaRCQ0m95LAuu/view?usp=sharing

Color Reference

Color Hex
Red #FF0000 #FF0000
Medium Spring Green #00FA9A #00FA9A
Deep Sky Blue #00BFFF #00BFFF
Dark Grey #A9A9A9 #A9A9A9

Feedback

If you have any feedback, please reach out to us at himanshu01.dev@gmail.com

Hi, I'm Himanshu! 👋

🚀 About Me

I'm a Self-Taught Web Developer proficient in HTML, CSS, JavaScript, Bootstrap, Java and currently learning NodeJS 😉✌️

🔗 Links

linkedin

twitter

Releases

No releases published

Packages

No packages published