This project is a visualization of data regarding the Top 250 Narrative Features on Letterboxd. It features a variety of charts and graphs to allow users to get info on the greatest movies of all time.
It was developed as part of Instituto Superior Técnico's Visualization of Information course in 2021 using the JavaScript d3 package.
If you have Visual Studio Code installed you can install the extension Live Server availeble on the following link:
And click in "Go Live" in lower left corner.
Alternativly, you can use python 3 to set up a server running the following command on the directory of the project where is the index.html file:
python3 -m http.server 5500
Go to a desired browser and go to the following link:
- The html file is in the main directory
- The datasets used are in the directory
datafolder - The libraries are in
libsfolder - The css file is in
sytlefolder - The code for the visualizations is in
scriptsfolder