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
- When a tag is selected (clicked), render the list of series with the matching tag into the '.matching-items-list' ul
- When a series is selected (clicked), render the data for that series into the '.selected-item' div
- When the clear button is clicked, clear the selected tag, clear the series list, and clear all series data. Essentially, reset the widget.