Skip to content

mohamedkhire/playflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayFlix

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.

Features:

  • 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.

Technologies Used:

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • React (for building UI)
  • Node.js (Backend)
  • MongoDB (for storing user data and movie lists)
  • Express.js (Server framework)

Installation:

  1. Clone the repository:

    git clone https://github.com/yourusername/playflix.git
  2. Install dependencies:

    cd playflix
    npm install
  3. Run the development server:

    npm start
  4. Open your browser and go to http://localhost:3000.

License:

MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published