Skip to content

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

Notifications You must be signed in to change notification settings

Abhayprince/NetflixCloneMAUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages