Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.04 KB

netflix-clone-reactjs-beginner

Building beginner friendly Netflix 🎥 clone with React JS and many more tech stacks. This is been learnt and inspired from clever programmer YT course 📺. Come lets all learn together 💃 !!!

Live Project

Netlify Project Link ... Live Project Demo

API Documentation

VK Postman TMDB Docs...

Steps

  1. npx create-react-app netflix-clone (This will create react js boiler plate codes)
  2. cd netflix-clone && npm start

Dependencies

  1. react router dom (To get routing pages features)
  2. dotenv (To use env file configuration)

Tech Stacks

  1. ReactJS
  2. HTML
  3. Plain CSS
  4. API fetch/ axios
  5. PostMan (To test APIs)

Reference

  1. TMDB API for movie lists
  2. Reactjs Routing GFG
  3. Dotenv NPM
  4. Axios Instances
  5. Favicons