Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 552 Bytes

My G-keep

Note manager created as a tutorial project

Functionality

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

Demo Image