https://github.com/kimfucious/tvmaze
https://github.com/kimfucious/tvmaze
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kimfucious/tvmaze
- Owner: kimfucious
- Created: 2020-12-03T18:58:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T14:11:41.000Z (over 4 years ago)
- Last Synced: 2025-01-15T00:00:50.691Z (4 months ago)
- Language: JavaScript
- Size: 433 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TV Maze
This is a coding assignment
## Known issues
### Formatting
- `ShowDetail` page overflow, spacing, and wrapping between widths of 576px and 768px
- Some show's details are shifted left in `ShowListItem` on XL (wider than 1190px) screens. This seems to occur with the summaries are short in length. Search for the show, `Blue`, for an example.### To Dos
- Add clear button and search icon on search input
- Add global error handling with user feedback
- Add placeholder graphics for images when loading
- Get rating per epidode, rather than for the entire show
- Make the season picker work with native mobile controls
- Pagination on pages with long lists of search results
- Show animation when selecting seasons / updating episodes from API