π¬πΊπ°πTV Kingdom, where the magic of television meets the future: a modern, fully responsive, full-stack web application that unlocks a kingdom of limitless TV show data at your fingertips!
Site is powered by: TV MAZE
- This is a non-commercial student project designed to showcase programming skills. I have only used it in a student environment @SoftUni.
- BACKUP: In case main hosting is down
The website is an entertainment platform focused on TV shows. It provides users with a variety of features including browsing and searching for shows, viewing detailed information about shows, seasons, episodes, cast, crew, and actors. Users can also explore images related to shows and episodes. Additionally, the website offers user authentication, allowing registered users to personalize their experience by managing their profiles.
Infinite Scrolling
for Shows, Actors & Schedule pages.- Unique Home Page
Show Cards Slider
supporting user interactions and resembling the Shuffle of a Deck of Cards. Available to both guests and users. - Schedule page for tracking show timings.
- Detailed pages for Shows, Seasons, Episodes, Cast, Crew, and Actors.
User authentication
for personalized profiles. Users get an enhanced experience and full access to the app.- Custom 404 Not Found page for handling invalid routes.
Light/Dark modes
- selection is remembered for each account.Comments
for the following pages: Show Details, Actor Details, Episode Details.- Overview of
latest comments
is also available on Users' profile page. Profile image selection
from a preset of stock images (future update might also support custom image upload).Dynamic search
available both from the nav bar and as a dedicated feature page.- Dynamic switching between Shows & Actors results. Both available on the dedicated Search page.
- Dynamic navigation with animations and
Custom Tooltips
. Responsive Design on All pages
. Mobile device views and mobile specific navigation with a show/hide button.Custom scrollbars
with a smooth effect.- The app also features a set of beautiful background images for user sign in & sign up pages, and also for the home page.
- And much more...
-
Home
- Route:
/
- Element:
<Home />
- Route:
-
Schedule
- Route:
/schedule
- Element:
<Schedule />
- Route:
-
Shows
- Route:
/shows
- Element:
<Shows />
- Show Details
- Route:
/shows/:showId/details
- Element:
<ShowDetails />
- Route:
- Show Seasons
- Route:
/shows/:showId/seasons
- Element:
<ShowSeasons />
- Route:
- Show Season
- Route:
/shows/:showId/seasons/:seasonId
- Element:
<ShowSeason />
- Route:
- Show Episodes
- Route:
/shows/:showId/episodes
- Element:
<ShowEpisodes />
- Route:
- Show Cast
- Route:
/shows/:showId/cast
- Element:
<ShowCast />
- Route:
- Show Crew
- Route:
/shows/:showId/crew
- Element:
<ShowCrew />
- Route:
- Show Images
- Route:
/shows/:showId/images
- Element:
<ShowImages />
- Route:
- Show Details
- Route:
-
Episodes
- Route:
/episodes/:episodeId/details
- Element:
<ShowEpisode />
- Route:
-
Actors
- Route:
/actors
- Element:
<Actors />
- Actor Details
- Route:
/actors/:actorId/details
- Element:
<ActorDetails />
- Route:
- Actor Details
- Route:
-
Search
- Route:
/search
- Element:
<Search />
- Route:
-
User Profile
- Route:
/user/profile
- Element:
<UserProfile />
- Route:
-
User Sign-In
- Route:
/user/sign-in
- Element:
<UserSignIn />
- Route:
-
User Sign-Up
- Route:
/user/sign-up
- Element:
<UserSignUp />
- Route:
-
Not Found
- Route:
*
- Element:
<NotFound />
- Route:
-
Dashboard (User View)
-
Actor Card, Show Card (with a custom animation that uncovers hidden extra content) & Custom tooltips
- Comments
- Episodes
- Images
- Schedule
- Search - Nav view & Dedicated page view
- Seasons
- Home (Light Mode)
- Home (Dark Mode)
- Actors
- Show Details
- Episode Details
- BACKUP: In case main hosting is down
- More information regarding React can be found in this README and in the React Docs.
- Read the details of this project's back end handling and challenges. Here
- App Data provided by: TV MAZE