Simple Node JS Note App Can be operated via the terminal using yargs for various commands (adding title and body). Features:-
- Add a note (yargs command - add)
- Remove a note (yargs command - remove)
- List all notes (yargs command - list)
- Read a note (yargs command - read)