A simple Svelte app to search directors and view their movies with detailed info and playback using TMDB API
Create a .env file in the root of your project and add your API key:
.env
VITE_TMDB_API_KEY=your_tmdb_api_key_here
npm install npm run dev