https://screen-lookup.wesluma.com/
A modern, multilingual web application for looking up information about movies, TV shows, and people, powered by TMDB API.
- Movie & TV Show Details: Comprehensive information including cast, crew, ratings, and more
- Person Profiles: Actor and filmmaker filmographies and biographies
- Film Lists: Curated collections from prestigious sources
- Discovery: Trending content and personalized recommendations
- Multilingual Support: 14 languages including English, Chinese, French, German, Spanish, Russian, Arabic and more
- Node.js (v18+)
- npm or yarn
- TMDB API Key
-
Clone the repository
git clone https://github.com/wes383/screen-lookup.git cd screen-lookup -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Build for production
npm run build npm start