Skip to content

πŸŽ¬πŸ“ΊπŸ°πŸŽ‰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!

License

Notifications You must be signed in to change notification settings

mirokrastanov/TV-Kingdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TV-Kingdom

πŸŽ¬πŸ“ΊπŸ°πŸŽ‰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!

game-image

Site is powered by: TV MAZE

Disclaimer

  • This is a non-commercial student project designed to showcase programming skills. I have only used it in a student environment @SoftUni.

App Demo

The app was deployed using the Firebase Hosting service

Last updated - Dec 2023


General App Overview

Introduction

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.

Features

  • 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...

Page Map

  1. Home

    • Route: /
    • Element: <Home />
  2. Schedule

    • Route: /schedule
    • Element: <Schedule />
  3. Shows

    • Route: /shows
    • Element: <Shows />
      • Show Details
        • Route: /shows/:showId/details
        • Element: <ShowDetails />
      • Show Seasons
        • Route: /shows/:showId/seasons
        • Element: <ShowSeasons />
      • Show Season
        • Route: /shows/:showId/seasons/:seasonId
        • Element: <ShowSeason />
      • Show Episodes
        • Route: /shows/:showId/episodes
        • Element: <ShowEpisodes />
      • Show Cast
        • Route: /shows/:showId/cast
        • Element: <ShowCast />
      • Show Crew
        • Route: /shows/:showId/crew
        • Element: <ShowCrew />
      • Show Images
        • Route: /shows/:showId/images
        • Element: <ShowImages />
  4. Episodes

    • Route: /episodes/:episodeId/details
    • Element: <ShowEpisode />
  5. Actors

    • Route: /actors
    • Element: <Actors />
      • Actor Details
        • Route: /actors/:actorId/details
        • Element: <ActorDetails />
  6. Search

    • Route: /search
    • Element: <Search />
  7. User Profile

    • Route: /user/profile
    • Element: <UserProfile />
  8. User Sign-In

    • Route: /user/sign-in
    • Element: <UserSignIn />
  9. User Sign-Up

    • Route: /user/sign-up
    • Element: <UserSignUp />
  10. Not Found

    • Route: *
    • Element: <NotFound />

Sneak Peak Images

  • Dashboard (User View)

  • Actor Card, Show Card (with a custom animation that uncovers hidden extra content) & Custom tooltips

game-image game-image game-image game-image

  • Comments

game-image

  • Episodes

game-image

  • Images

game-image

  • Schedule

game-image

  • Search - Nav view & Dedicated page view

game-image game-image

  • Seasons

game-image

  • Home (Light Mode)

game-image

  • Home (Dark Mode)

game-image

  • Actors

game-image

  • Show Details

game-image

  • Episode Details

game-image


A lot more awaits you on the app. Thank You!



Technical Information

Project Tools & Technologies used

IDE

Extensions

Languages

Libraries

Fonts, Icons & Visual elements


Front End side

This SPA project was built using the React.js


Back End side

Authentication

Database

Hosting

Read more

  • Read the details of this project's back end handling and challenges. Here

Powered by

About

πŸŽ¬πŸ“ΊπŸ°πŸŽ‰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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published