They Starred In is a web application that gives you a list of Movies and TV Series an actor/actress has starred in.
Data is obtained from The Movie Database (TMDb).
A live instance can be seen at https://theystarred.in/
First, run the development server:
npm run dev
# or
yarn dev
Set the environment variable API_KEY
to the one you have obtained from TMDb.
Open http://localhost:3000 with your browser to see the result.