Sanjai-Uthup-Thomas / Netflix-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix Clone

This project is a simplified front end clone of Netflix. It was created with React and CSS (Grid and Flexbox). It uses The MovieDB Api to search for movies and display details. Feel free to contribute!

Tools used

  • Webpack v5
  • Axios
  • React
  • css

Runing Project Locally

  • Install dependencies: run npm install in root project
  • Get API key from here
  • Create constants/constants file in src and add:
export const baseUrl = 'https://api.themoviedb.org/3'
export const API_KEY = 'Your API KEY'
export const imageUrl = 'https://image.tmdb.org/t/p/original'
  • Run project: npm start

User Stories

  • movies will be listed by categories.
  • User can click on a movie and a modal should movies will be listed by categoriepop up. It should show video related to that film.
  • The webpage adapts to any screen size.

Sample Images

Screenshot from imgur Screenshot from imgur

About


Languages

Language:JavaScript 60.5%Language:CSS 20.8%Language:HTML 18.6%