项目作者: SavouryGin

项目描述 :
Notes app
高级语言: JavaScript
项目地址: git://github.com/SavouryGin/my_g-keep.git
创建时间: 2020-09-04T10:15:18Z
项目社区:https://github.com/SavouryGin/my_g-keep

开源协议:GNU General Public License v3.0

下载


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