/mithriljs-notes

Simple MithrilJs Note Application

Primary LanguageJavaScript

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)