This is an updated (in 2017) college project (from 2011) that was built in a PHP version below 5.5. I updated it to be compliant with PHP 7 and updated both the design and functionality.

This website allows end-users to view DVDs for purchase and create accounts. It also lets administrators add products to the database which get displayed for the end-users. With that said, I have not added purchasability–this is a future functionality.

Design

  • Header is fixed on the page and consists of dynamic dropdown menus for navigation
  • Footer contains entire navigation for accessibility
  • Images for the DVD covers have a text overlay to assist with usability in reading title names that may be too small on read on the images
  • Design is somewhat responsive (exclusion with the header navigation for smaller resolution displays)

Functionality

  • CRUD (create, read, update, delete) items in database
  • Account creation
  • Login
  • Search

This project is still a work-in-progress but it shows a fair amount of my skill level in PHP and MySQL. And it also shows how fast I can pick up new/updated technologies as this revamp was done on a single weekend.

Skills

  • Design
  • Development
  • Responsive design

Technology & Tools

  • HTML/CSS/PHP
  • MySQL