Showtrack is a movie catalog app letting users view, search, and compare various shows from Netflix, Disney Plus and Prime Video. The datasets are from Kaggle.
Features overview (by screens):
- Showtrack presents the movie catalog as a whole in the default home page, but one can go to "Movies" or "TV Shows" tabs for specific type of content.
- Besides presenting the shows in interactive UI with filters and pagination, it also provides a 'Show Buff' tab leveraging "Real time ASP.NET with SignalR" where application users can discuss in real-time with fellow user community and get suggestions on what show to watch next.
Tip
: check out the screens section below, and/or screenshots in this report for a visual view.
Status: Ready for deployment (hosting is due)
Tech stack:
- Framework: Blazor WebAssembly (.NET Core with Blazor-hosted model), SignalR (for chat & communication feature)
- Database: MongoDB
- UI Libraries: Bootstrap, and MudBlazor
References (dataset):
- https://www.kaggle.com/datasets/shivamb/amazon-prime-movies-and-tv-shows
- https://www.kaggle.com/datasets/shivamb/netflix-shows
- https://www.kaggle.com/datasets/shivamb/disney-movies-and-tv-shows
Screens (by development timeline):
The following content shows the UI and feature changes during major development milestones throughout the development timeline. For brief UI screenshots, check out the
screenshots in this report.
Update: (Date: July 11th, 2022)
=> Show Buff - Chat rooms to discuss on shows
Update: (Date: July 10th, 2022)
=> Shows Catalog page UI
[Left nav bar]
[Default page with filters expanded]
[Default page as a whole (zoomed out)]
Screens (Date: July 10th, 2022)
- Shows Catalog page UI
[Default page with filters expanded]
[Default page as a whole (zoomed out)]
Screens (Date: July 8th, 2022)