Note manager created as a tutorial project
- Notes are stored as objects in application memory
- Each note has a title and a body
- Notes can be added, deleted and modified
- Clicking on the '+' button brings up a modal window with a note editor
- Clicking on a saved note also brings up the editor window
- Search box filters notes by title or content
- Also, notes are filtered alphabetically, by creation time and by editing time (the moment.js library is used to work with time)