started TODO list in README

readme
brian 4 years ago
parent ce1edc3da1
commit 1b288adfb8

@ -27,3 +27,9 @@ Each note contains:
The root page creates a new bin, and sets the browser's `location` accordingly.
Clicking "New Note..." clears the search and sort, so the new note comes out first in the list.
## TODO
- key everything for efficiency
- provide handlers for events
- get/set state from/to server

@ -1,3 +1,4 @@
/* begin full-page app */
html, body{
padding: 0px;
margin: 0px;
@ -11,6 +12,7 @@ body{
* {
box-sizing: border-box;
}
/* end full-page app */
.app{
height: 100%;

Loading…
Cancel
Save