Skip to content

dudaschar/streaming-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Interface

This is an implementation of a tv show page on some streaming website.

Visit the page

Getting Started

Follow these instructions to run the project.

Prerequisites

You will need to have npm installed.

Installing

In the project directory, run the install script.

$ npm install

Then, run the script to start the project.

$ npm start

Deployment

To deploy the application you need to build the project, follow these steps:

$ npm run build
$ cd build

Now you have access for the build and be able deploy on your favorite service.

Observations

The project was made using the data provided by a test API, some features of the interface may don't have the same data of the original interface.

The project best works on Google Chrome. The test API did not provide alternative images (jpg or png) for webp files, when isn't loaded on a compatible browser a static photo replace the dynamic image.