Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 786 Bytes

Netflix Clone

  • This project is a clone of the popular streaming service Netflix, built using React and powered by the TMDB API.
  • It features a frontend built with React and is hosted on Firebase. You can access the website here.

Getting Started

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Install dependencies using 'npm install'
  4. Start the development server: 'npm start'
  5. Open http://localhost:3000 in your browser to view the app.
  6. The page will automatically reload whenever you make changes, and any lint errors will be displayed in the console.

Running Tests

  1. You can run tests using ' npm test'
  2. This will launch the test runner in interactive watch mode. Refer to the testing documentation for more details.