https://github.com/nabarvn/netflix-clone-app
Netflix Clone using Next.js, TypeScript, and Tailwind.
https://github.com/nabarvn/netflix-clone-app
firebase material-ui nextjs react recoil stripe-payments tailwindcss tmdb typescript vercel
Last synced: 3 months ago
JSON representation
Netflix Clone using Next.js, TypeScript, and Tailwind.
- Host: GitHub
- URL: https://github.com/nabarvn/netflix-clone-app
- Owner: nabarvn
- Created: 2022-06-27T17:35:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T20:02:14.000Z (10 months ago)
- Last Synced: 2025-08-24T04:17:58.486Z (10 months ago)
- Topics: firebase, material-ui, nextjs, react, recoil, stripe-payments, tailwindcss, tmdb, typescript, vercel
- Language: TypeScript
- Homepage: https://movie-stack.vercel.app
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone
This app looks similar to Netflix, which is the world's most famous OTT platform.
Built for educational purposes only. Feel free to use dummy credentials. Card: (4242 4242 4242 4242) - (03/30) - (424).
## Screenshot
## Running Locally
This application requires Node.js v16.13+.
### Cloning the repository to the local machine:
```bash
git clone https://github.com/nabarvn/netflix-clone-app.git
cd netflix-clone-app
```
### Installing the dependencies:
```bash
npm install
```
### Running the application:
```bash
npm run dev
```
## Built With
* Typescript
* Next.js
* Tailwind CSS
* React.js
* Material UI
* Firebase
* Stripe
## Credits
Thanks to *Ali* for the awesome tutorial!