Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.64 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.64 KB

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.

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