Skip to content

kostaschikis/dsflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A webpage like Imdb but with a Netflix design made with :

  • HTML5
  • CSS3
  • Vanilla Javascript
  • PHP
  • MySQL
  • Mobile Responsive: 80%

Warning: Page is slow, i am optimizing it

Installation with XAMPP

  1. Start Apache and MySQL modules in XAMPP
  2. Create a new database with the name 'dsflix' on phpmyadmin.
  3. Import the sql code in your 'dsflix' database.
  4. Copy the files from the repo in XAMPP's 'htdocs' folder.
  5. Open your browser and navigate to 'localhost/dsflix'

Home Page 🏠

Home Page 1

Movie Page 🎥

Movie Page

Sign In 👤

SignIn

Category Page 📚

Category

Comment & Rate Movies ⭐

comment_rate

What I Learned

  • PHP Code
  • Session Management with PHP
  • Complete Register & Login Systems
  • Database Interaction with PHP
  • Secure User Password Management
  • Lazy Loading for Optimization