Create Read Update and Delete framework using JS
- Where to store data? (localstorage)
- How to caputure data? (web form)
- How to modify data? (update action, delete action)
- How to view data? (style?)
- UI/UX considerations (how are we going to use this)
- TV show binge list
- Store TV show name as key
- Create object to store values of shows watched/remaining
- Store TV show episodes watched as value 1
- Store TV show episodes remaining as value 2
- Make an 'add shows' button
- When clicked, displays show name with episodes watched/remaining below
- Make 'remove' button
- When clicked, removes the show name/episodes from the list
- Make an edit buttons
- When clicked, can edit the number of episodes watched
- When episodes watched === total episodes add a counter to page
- Counter denotes how many shows you have completed (possibly a couch icon and a potato icon with a number to the right of it?)
- Item that I added goes here...