Specification
Create a series/movie tag browser using the provided data.
The tag list
- Render a list of all the tags from all the series into the '.tag-list' ul.
- There should not be duplicate tags
- The list should be alphabetized
The Series List
- When a tag is selected (clicked), render the list of series with the matching tag into the '.matching-items-list'
ul
The Selected Series Data
- When a series is selected (clicked), render the data for that series into the '.selected-item' div
The Clear Button
- When the clear button is clicked, clear the selected tag, clear the series list, and clear all series data. Essentially,
reset the widget.