PlayFlix is a simple clone of a streaming platform (inspired by Netflix) created as a practice project to learn about frontend and backend integration. It offers users a chance to browse movies, view details, and simulate the process of watching content in a Netflix-like interface.
- Browse a variety of movies and TV shows.
- Search functionality to find specific content.
- View movie details including synopsis, release year, and ratings.
- User authentication and login system (optional).
- Responsive design for mobile and desktop devices.
- HTML5
- CSS3
- JavaScript (ES6)
- React (for building UI)
- Node.js (Backend)
- MongoDB (for storing user data and movie lists)
- Express.js (Server framework)
-
Clone the repository:
git clone https://github.com/yourusername/playflix.git
-
Install dependencies:
cd playflix npm install -
Run the development server:
npm start
-
Open your browser and go to
http://localhost:3000.
MIT License