Skip to content

Files

Latest commit

701b404 · Jun 17, 2022

History

History
7 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 505 Bytes

Noteapp_

This is a notes taking app which takes command from the terminal and performs the following functions:

Add note -> Requires user to enter Title and Body of the note and adds the note to our databse (json file) Remove note -> Requires user to enter the Title of the note they want to remove and removes that note List notes ->Lists the title of all the notes present Read note -> Requires user to enter the title of the note they want to read and displays the body of that note on the terminal