Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 753 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 753 Bytes

HOWTA_logo_readme

Actor age app

An app to show you how old an actor was, at the time of release of a movie or TV show.

See this app online here: https://www.howoldwasthat.actor

Overall site setup

The site is made up of these three repos:

actorAgeDiagram

Config

Within the root folder, create .env.local with REACT_APP_TMDB_API_KEY = 'ABCDE' REACT_APP_TMDB_BEARER_TOKEN = 'ABC123' Found at https://www.themoviedb.org/settings/api once you've created an account

When hosting in Amplify, add these as environment variables.