- used localstorage for persistency
- added a delete button
- everytime a change is made to any note, it will be pushed to the top. used some basic vanilla js imperative loops and unshift method for this.
- update title of the note in the sidebar to the first line of the body.