Movie search application built with React, TypeScript, and Material-UI.
# Install dependencies
yarn install
# Add TMDB API key
cp .env.example .env
# Edit .env and add your API key from https://www.themoviedb.org/settings/apiyarn dev # Start dev server
yarn build # Build for production
yarn test # Run tests
yarn lint # Run linter- Search movies using TMDB API
- View detailed movie information (cast, crew, genres, ratings)
- Discover related movies
- Wikipedia summaries with external links