Skip to content

See what percentage of the films you've watched were directed by women.

Notifications You must be signed in to change notification settings

GoodbyteCo/Directed-By-Women

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchlist Picker Development




Directed By Women

A little web-app that tells you how many of the films you've watched were directed by women. Try it for yourself at directed-by-women.vercel.app, and use watchlistpicker.com/?u=thaizy/directed-by-women (or on Github) to get a random suggestion if you want to watch more women-directed movies. See womenandhollywood.com for more on gender inequality in the film industry.

Note: the site requires that you have a public Letterboxd account. The site uses TMDB's dataset to determine gender, and may not be accurate. Partly inspired by James Vaughan's post and accompanying Github project that does the same thing.

Development notes

yarn install    # install dependencies

yarn serve      # compiles & hot-reloads

yarn run build  # build to run