Skip to content

jupiterhyun/project0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live demonstration: http://project0.nelsonreitz.com

This project is a fictive website built as an exercice for the Computer Science E-75 online course. The purpose of this exercise is to give an introduction to the MVC pattern and PHP.

As per the project specification, the goal was to build a dynamic website based on a pizza restaurant menu. The original menu being quite disorganised, the first challenge was to design a data model for the menu using XML. The remaining process was using PHP to display the menu data and implement a shopping cart with common operations (create, read, update, delete).

The website's functionality could be significantly improved by using Javascript but it would go beyond the scope of the exercise.

To do

  • Prettier URLs with mod_rewrite
  • public/order.php refactoring

Credits

This project was created using the CSS boilerplate Skeleton by Dave Gamache and the Lato font by Lukasz Dziedzic.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.2%
  • PHP 49.5%
  • ApacheConf 0.3%