Skip to content

React app to look at TV shows, episodes and cast fetching data from the TVMaze API.

Notifications You must be signed in to change notification settings

cbaggini/tv-show-react

Repository files navigation

TV show explorer

React app to explore TV shows episodes and cast using data from the TVMaze API.

Table of Contents

About The Project

This React app lets the user explore TV shows, episodes and cast using data from the TVMaze API. It includes search functions for show and episodes and the option to sort shows by name or rating. The user can also mark their favourite shows and add comments to episodes (likes and comments are saved in session storage).

Demo at https://cyf-cbaggini-tv-show-react.netlify.app/

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Node >= 14.15.1

Installation

  1. Clone the repo
git clone https://github.com/cbaggini/tv-show-react.git
  1. Install the necessary Node packages
npm install
  1. Start the local development app.
npm start

Usage

Show view

alt text

Episode view

alt text

Cast view

alt text

About

React app to look at TV shows, episodes and cast fetching data from the TVMaze API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages