Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 387 Bytes

Note App

MithrilJsNotes uses MithrilJs
It is a simple and super fast "note" app and should demonstrate the use of MithrilJs

Functionalities

  • input some "title" and hit enter
  • display all notes
  • saving notes to localStorage
  • delete existing notes

Usage

  • download the project
  • open in a browser and play around
  • all required libs are included (no npm install)