Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 633 Bytes

Netflix Clone Using React

This project a simplified front end clone of Netflix. It is created with React and CSS (Grid and Flexbox). The MovieDB API is used to display the movie contents and search.

Tools Used

Following tools are used in the project, you can run:

  • React
  • Axios
  • React Icons
  • Styled Components

Run this Project Locally

  • Install dependencies: run npm install in root project
  • Get API key from here
  • Create .env file in root project and add: API_KEY=YOUR_API_KEY_HERE
  • Run project: npm run dev