This is an implementation of a tv show page on some streaming website.
Follow these instructions to run the project.
You will need to have npm
installed.
In the project directory, run the install script.
$ npm install
Then, run the script to start the project.
$ npm start
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.
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.