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

https://github.com/pungrumpy/netflix-build

Netflix Clone with Typescript, Next.js, Tailwind CSS, Firebase, Stripe, and Recoil
https://github.com/pungrumpy/netflix-build

Last synced: about 1 month ago
JSON representation

Netflix Clone with Typescript, Next.js, Tailwind CSS, Firebase, Stripe, and Recoil

Awesome Lists containing this project

README

          

# Netflix Clone

This is a Netflix clone built with ReactJS, TailwindCSS, Stripe, and Firebase. It uses the [TMDb API](https://www.themoviedb.org/documentation/api) to fetch movies and TV shows.

## Demo

[https://netflix-build-clone.vercel.app/](https://netflix-build-clone.vercel.app/)

## Features

- Browse movies and TV shows
- Search for movies and TV shows
- Watch trailers
- Sign up and sign in
- Subscribe to a plan
- View your subscription
- Cancel your subscription

## Installation

Clone the repository

```bash
npm install
```

```bash
npm run dev
```

## License

[MIT](https://choosealicense.com/licenses/mit/)