Notes This is a simple note taking app for personal notes. For instances where Evernotes etc isn't the best option. Welcome Screen View Screen Edit Screen Notes Search Screen Deleted Note Recover Screen To Do List Ability to restore deleted notes. (COMPLETE) Add a new table for deleted items. When deleting a note, move it to the deleted table. Add a new route for /restore and a template showing deleted items and a restore link per deleted note. Refactor into modules (COMPLETE) Move code to a notes module. Add basic search. (COMPLETE) Just simple keyword search of he Notes DB. Add access control Minimum http basic auth Consider app enforced authorization Consider OAuth login with App enforced authorization.