An open API service indexing awesome lists of open source software.

https://github.com/developertharan/netflix-clone

Developed a replica of the Netflix platform enabling users to browse movies and TV shows, incorporating features for authentication and fetching data from TMDB API. Implemented Redux for efficient state management, ensuring seamless browsing and user experience. Integrated Firebase for secure user authentication and leveraged TMDB API to fetch and
https://github.com/developertharan/netflix-clone

firebase-auth javascript reactjs tailwindcss tmdb-api

Last synced: 4 months ago
JSON representation

Developed a replica of the Netflix platform enabling users to browse movies and TV shows, incorporating features for authentication and fetching data from TMDB API. Implemented Redux for efficient state management, ensuring seamless browsing and user experience. Integrated Firebase for secure user authentication and leveraged TMDB API to fetch and

Awesome Lists containing this project

README

          

# Netflix-Clone

Developed a replica of the Netflix platform enabling users to browse movies and TV shows, incorporating features for authentication and fetching data from TMDB API. Implemented Redux for efficient state management, ensuring seamless browsing and user experience. Integrated Firebase for secure user authentication and leveraged TMDB API to fetch and display movie lists accurately.

## Getting Started

First, run the development server:

```bash
npm i & npm run dev
# or
yarn add & yarn dev
# or
pnpm i & pnpm dev
# or
bun i & bun dev
```

Open [http://localhost:5173](http://localhost:3000) with your browser to see the result.

## Demo

https://netflix-clone-eight-fawn.vercel.appp

## Deployment

To deploy this project run

```bash
npm run build
```

## Badges

Badges from somewhere like: [shields.io](https://shields.io/)

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)