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: 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T16:38:31.000Z (over 2 years ago)
- Last Synced: 2025-05-13T19:34:31.659Z (5 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.85 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!