Skip to content

Robson/Film-Franchise-Ratings

Repository files navigation

Film Franchise Ratings

Table of Contents

Demo

Demo

Explanation

An interactive webpage for exploring the ratings of popular film franchises. The ratings from the IMDb and Metacritic can be shown. Filters are available for the franchises, such as showing all the franchises that started in the 1980s.

Live Version

https://robson.plus/film-franchise-ratings/

Compatibility

The output for this project is designed for desktop and mobile.

Platform OS Browser Version Status
Desktop Windows Firefox 85 Working
Desktop Windows Opera 74 Working
Desktop Windows Chrome 88 Working
Desktop Windows Edge 88 Working
Mobile Android Chrome 85 Working

Last tested on 14th February 2021.

Testing

To run this on your computer:

File Descriptions

Everything in the GetImdbFilmFranchiseData folder

This is the C# code that stores the franchises and gets all of the data from the IMDb. It writes that data to data.js

data.js

All of the film franchise data. Film names, years, ratings, etc. The ID is the IMDb ID for the film.

index.html + style.css

The files for the interactive webpage.

Technologies

This is built using:

Validation

Valid HTML

Valid CSS

X