Skip to content

boranbatuhan/NetflixClone

Repository files navigation

NetflixClone

Netflix Clone with Template and Marvel API

Click me for live demo.

Web

webres-demo

Mobile

mobileres-demo

📔 About

Netflix Clone, the first page is a template, the second page is filled with MarvelComicsAPI.

📜 Features

  • Interface Language is English
  • Responsive
  • 2 Page
  • First Page is Template ( Top-left Netflixclone icon )
  • Second Page with Marvel Comics API ( Top-right PP icon )
  • Favorite counter
  • Detailed review ( Second Page)
  • Add favorite

#️⃣ Commands for Local Machine

Run on Local Machine

git clone https://github.com/boranbatuhan/netflixclone.git  // Clone the repository.
cd netflixclone                                             // Change directory.
npm install                                                 // Install dependencies.
npm run dev                                                 // Run development mode.
npm run build                                               // Build the project.