This is an experiment to implement shared transitions in a Movie listing application
To get started, you can fork this Repo and clone the repository to you machine.
Create a file utils/secrets.js
.
const TMDB_API_KEY = "YOUR_TMDB_API_KEY";
export { TMDB_API_KEY };
To get your own TMDB API Key, visit https://developers.themoviedb.org/