项目作者: SavouryGin
项目描述 :
Notes app
高级语言: JavaScript
项目地址: git://github.com/SavouryGin/my_g-keep.git
My G-keep
Note manager created as a tutorial project
Functionality
- 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)
