A catalog of Michael Bay's extensive filmography.
- store the elements in an array, as well as in the DOM
- Add a fav button to each list item that changes the appearance of that item, for example, change background color //one-liner
- Add a remove button to each list item that works
- Make sure that both of those buttons affect the array as well
- Make fav button toggle the favorite status
- Add buttons that move a flick up and down the list. //reorder array as well
- Finish implementing move up and move down
- allow users to edit the names of existing flicks without removing and re-adding them, make span's content editable
- update array aswell
- Persist the data via using
localStorage
. when you refresh the page, the flicks should still be there
- Allow users to filter the list of flicks, via a search field