This project is a clone of Netflix, built using modern web technologies to mimic the look and functionality of the popular streaming service. It includes user authentication, movie browsing, and video playback features.
- JavaScript
- TypeScript
- Next.js
- Tailwind CSS
- Prisma
- MongoDB
- User Authentication: Sign up, login, and secure access to user-specific content.
- Movie Browsing: Browse through a catalog of movies and TV shows.
- Video Playback: Stream videos directly from the application.
- Responsive Design: Optimized for various screen sizes using Tailwind CSS.
pages/: Contains the Next.js page components.components/: Reusable UI components.lib/: Utility functions and configurations.prisma/: Prisma schema and migration files.public/: Static assets such as images and icons.styles/: Global and component-specific styles.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
