- Store the flicks/dinosaurs in an array, as well as in the DOM.
- Add a promote/fav button, just like you did yesterday!
- Add a delete button, just like yesterday!
- Add buttons to move a flick/dinosaur up and down the list.
- Persist the flicks/dinosaurs data using
window.localStorage
. The flicks/dinosaurs should stay in the list even when the page is refreshed.
- Fix the issue with flick id values, which sometimes results in removing the wrong flick from the array (and thus from localStorage).
- Also track the year the flick was released.
- Edit the names of flicks that are already in the list (and make sure the changes persist across page loads). Gee, it would nice if we could make that span's content editable somehow.
- Have a good weekend.