- 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.
- Clone this repository.
- Navigate to the project directory.
- Install dependencies using 'npm install'
- Start the development server: 'npm start'
- Open http://localhost:3000 in your browser to view the app.
- The page will automatically reload whenever you make changes, and any lint errors will be displayed in the console.
- You can run tests using ' npm test'
- This will launch the test runner in interactive watch mode. Refer to the testing documentation for more details.