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.
https://robson.plus/film-franchise-ratings/
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.
To run this on your computer:
- Download the repository
- Unzip anywhere
- Open index.html in your browser
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
All of the film franchise data. Film names, years, ratings, etc. The ID is the IMDb ID for the film.
The files for the interactive webpage.
This is built using:
- C# (.NET Core)
- HTML
- CSS
- JavaScript