Relirk / netflix-clone-frontend

:computer: 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!

Home Page:http://relirk-netflix.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix Clone (Frontend)

GitHub language count Repository size GitHub last commit Repository issues License

🎥 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.

Live Demo

Screenshot 1

Tools used:

  • Webpack
  • Axios
  • Redux & React
  • Sass (grid & flexbox)
  • Media queries

User Stories:

  • User can search for movies and TV shows on TMDb
  • User can the see upcoming and trending movies. Data updates weekly
  • User can click on a movie and a modal should pop up. It should display the title, release date, overview, and runtime.
  • The webpage adapts to any screen size.

Video Walktrough

Running Locally

# Install dependencies
yarn install

# Start the app on a new window
yarn start

About

:computer: 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!

http://relirk-netflix.surge.sh/


Languages

Language:JavaScript 65.3%Language:CSS 33.9%Language:HTML 0.8%