A movie and series streaming website.
- Browse Movies: Explore a vast collection of movies sorted by genre, release date, or popularity.
- Search Functionality: Easily find movies by title, director, or cast.
- Recommendation Engine: Get personalized movie recommendations based on your preferences and viewing history.
- Responsive Design: Enjoy a seamless experience across devices with our responsive web design.
- Next.js – framework
- TypeScript – language
- Tailwind – CSS
- Vercel – deployments
- TMDb - movie database
- Vidsrc.to - streaming links
- Clone the repository
- Navigate to the project directory
- Install dependencies: npm install
- Create .env file cp .env.example .env
- Start the development server: npm run dev
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
- The Movie Database (TMDb) for providing the movie data through their API.
- Vidsrc.to for providing the movie streaming links.