Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 1.93 KB

README.md

File metadata and controls

50 lines (24 loc) · 1.93 KB

Netflix-Clone

Table of Contents

Netflix-App Overview

Netflix-App is a front-end application built using React Native with Expo, TypeScript and React Navigation v5. It is a basic application that shows a list of movies and TV shows in respective categories on Home Screen. It also shows movie details based on the show selected.

Demonstrations

Home Screen

It shows a list of movies and TV shows in a horizontally and vertically scrollable form.

Movie Details Screen part 1

It shows cover picture of selected show along with play, download buttons, plot description, cast and creator details and three other buttons.

Movie Details Screen part 2

Based on the season selected from dropdown picker, it shows a list of episodes and their details. Cover picture changes based on episode selected.

Tools

  • VS Code
  • GitHub

Technologies

  • Frontend UI engine: React Native / TypeScript