FlickFinder is a modern iOS app built with SwiftUI that lets users explore, discover, and track movies using the The Movie Database (TMDB) API. Whether you're searching for the latest releases, top-rated films, or hidden gems, FlickFinder helps you find your next favorite flick with ease.
- 🔍 Search for movies by title or keyword
- 🎞️ Browse trending, upcoming, and top-rated movies
- 📄 View detailed movie information including synopsis, cast, genres, and ratings
- ❤️ Save favorite movies for quick access
- 🌙 Dark mode support for a sleek viewing experience
- ⚙️ Built using SwiftUI, MVVM, and Combine for a clean and maintainable architecture
- SwiftUI
- Combine
- MVVM architecture
- TheMovieDB API
- URLSession (or Apollo if GraphQL is used)
- Clone the repo
- Get a free API key from TheMovieDB
- Add your API key to the project’s configuration
- Build and run the app on Xcode
This project is licensed under the MIT License.