/NotesApp

Primary LanguageJavaScript

NotesApp

This is notes taking App with the following operation

1 Add : Add's the note with provided title and body of the note to file in JSON format without any duplicate note title

2 Remove note : Use to remove notes from the file with provided title ,if provided title note exists in the file

3 List notes : It List out all note Available with title and body.

4 Read note : It is used to read the note of desired title if it exist in the file

This App uses following concepts ::point_down:

➡️ Npm

➡️ Yrags Command

➡️ Chalk

➡️ Arrow function in Javascript

➡️ File System