/netplix-app

This repository contains Netplix, an app integrated with TMDb API and Konocheck Trailer API to display movie data, including details and trailers. It allows users to search and discover the latest movies easily.

Primary LanguageDart

Netplix App

Netplix App is a movie discovery application built with Flutter, integrating the TMDb API and Konocheck Trailer API to provide comprehensive movie information and trailers. This app allows users to explore, search, and keep up with the latest movies in a user-friendly way.

Features

  • Movie Search: Quickly search for movies by title.
  • Detailed Information: View detailed movie information including synopsis, cast, ratings, and more.
  • Watch Trailers: Watch official trailers directly within the app using the Konocheck Trailer API.
  • Discover New Releases: Stay updated with the latest movie releases and trends.

Technologies Used

  • Flutter: For building the cross-platform mobile app.
  • TMDb API: To fetch movie details and information.
  • Konocheck Trailer API: To provide movie trailers.

Getting Started

To get started with the Netplix App, ensure that your environment is set up correctly for Flutter development by following the Flutter installation guide.

API Keys

This app requires API keys for TMDb and Konocheck Trailer API. Please follow these steps to set up your keys:

  1. Sign up for an account and get your API key from TMDb.
  2. Get your API key from Konocheck.
  3. Add these keys to your project as environment variables or directly within the app configuration.