Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 594 Bytes

Netflix clone

  • Visit the live demo here

Screenshots

  • Registration Page

  • Login Page

  • Home/Browse Page

Instructions

  • You need to paste your own firebase configuration, you will find that in src/firebase/firebaseConfig.js

  • You need to paste your owm tmDB api key in src/axios.js

Steps to run

  • npm start

  • if it doesn't work then you need to first use command npm install then npm start