Tviljan / NetflixCloneMAUI

A Netflix Clone App using .NET MAUI with TMDB API integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked from Abhayprinces NetflixCloneMAUI repository

  • Testing switching from XAML to C# markup etc
  • Removed the tmdb service and replaced with some random media. Ugly but no API key required

NetflixCloneMAUI - A Netflix Clone App using .NET MAUI

A Netflix Clone Mobile App using .NET MAUI (XAML) with TMDB API integration - .Net 7

Screenshots

Main Screen Main Screen Scrolled
Img1 Img2
Categories Movie Info Box (Bottom)
Img1 Img2
Details Page - Youtube Trailer Video Details Page - Trailers & More Tab
Img1 Img2
Details Page - Similar Movies Tab More Like This
Img1 Img1

To Run Locally

  • Clone the Repo git clone https://github.com/Abhayprince/NetflixCloneMAUI

  • Restore the packages (Rebuild the solution)

  • Create an account on https://www.themoviedb.org and generate API Key

  • Go to TmdbService.cs class file in Services/TmdbService.cs

  • Uncomment the Line No. 13

    private const string ApiKey = "738b6d8d99b51339705b1037c981a488"; // generate it from tmdb website

  • Change the ApiKey to the Api Key you grabbed from Tmdb Website

  • Build the solution/project

  • Run the solution

  • Congratulations, NetflixClone app is running


Live Coding Video Series of Netflix Clone MAUI

If you want to see this project build with live coding, checkout the detailed video series on my youtube channel

Building Netflix CLone App using .Net MAUI Step by Step by Abhay Prince - YouTube


If you like my work and want to support me,

Star this Repository

buy me a coffee https://www.buymeacoffee.com/abhayprince

About

A Netflix Clone App using .NET MAUI with TMDB API integration


Languages

Language:C# 100.0%