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
- Host: GitHub
- URL: https://github.com/pungrumpy/netflix-build
- Owner: PunGrumpy
- Created: 2022-12-24T06:08:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T11:38:06.000Z (about 3 years ago)
- Last Synced: 2025-01-27T06:32:16.487Z (about 1 year ago)
- Language: TypeScript
- Homepage: netflix-build-clone.vercel.app
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)