Skip to content

Simple MithrilJs Note Application

Notifications You must be signed in to change notification settings

oardi/mithriljs-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)