Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 708 Bytes

Netflix Clone

This project is a clone from Netflix, build using React. The data used was fetched from tmdb API using Axios. Not all the features were implemented here.

netflix-clone

Getting Started

This instructions will get you a copy of the project up and running on your local machine.

  1. Clone the repository
git clone https://github.com/RiyaGupta89/Netflix-Clone.git
  1. Install dependencies
npm install
  1. Run the project on your local machine
npm start

Tech Stack

  • React
  • Axios

Author